[cfe-commits] r128001 - /cfe/trunk/docs/LanguageExtensions.html

Chris Lattner sabre at nondot.org
Mon Mar 21 09:25:11 PDT 2011


Author: lattner
Date: Mon Mar 21 11:25:11 2011
New Revision: 128001

URL: http://llvm.org/viewvc/llvm-project?rev=128001&view=rev
Log:
and now there are 3!

Modified:
    cfe/trunk/docs/LanguageExtensions.html

Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=128001&r1=128000&r2=128001&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Mon Mar 21 11:25:11 2011
@@ -80,7 +80,7 @@
 <!-- ======================================================================= -->
 
 <p>Language extensions can be very useful, but only if you know you can depend
-on them.  In order to allow fine-grain features checks, we support two builtin
+on them.  In order to allow fine-grain features checks, we support three builtin
 function-like macros.  This allows you to directly test for a feature in your
 code without having to resort to something like autoconf or fragile "compiler
 version checks".</p>





More information about the cfe-commits mailing list