[cfe-commits] r86509 - /cfe/trunk/www/get_started.html

Chris Lattner sabre at nondot.org
Sun Nov 8 20:04:08 PST 2009


Author: lattner
Date: Sun Nov  8 22:04:07 2009
New Revision: 86509

URL: http://llvm.org/viewvc/llvm-project?rev=86509&view=rev
Log:
fix thinko

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=86509&r1=86508&r2=86509&view=diff

==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Sun Nov  8 22:04:07 2009
@@ -196,7 +196,7 @@
 <p>The 'clang' driver is designed to work as closely to GCC as possible to
   maximize portability.  The only major difference between the two is that
   Clang defaults to gnu99 mode while GCC defaults to gnu89 mode.  If you see
-  weird link-time errors relating to inline functions, try passing -std=gnu99
+  weird link-time errors relating to inline functions, try passing -std=gnu89
   to clang.</p>
 
 <h2>Examples of using Clang</h2>





More information about the cfe-commits mailing list