[cfe-commits] correct comparisons page

Jonathan Gray jsg at goblin.cx
Fri Sep 4 05:34:07 PDT 2009


PCC has supported C99 for a while now, so this statement
should be removed.

Index: comparison.html
===================================================================
--- comparison.html	(revision 80998)
+++ comparison.html	(working copy)
@@ -184,7 +184,7 @@
     <ul>
     <li>PCC dates from the 1970's and has been dormant for most of that time.
         The clang + llvm communities are very active.</li>
-    <li>PCC doesn't support C99, Objective-C, and doesn't aim to support
+    <li>PCC doesn't support Objective-C, and doesn't aim to support
         C++.</li>
     <li>PCC's code generation is very limited compared to LLVM.  It produces very
         inefficient code and does not support many important targets.</li>



More information about the cfe-commits mailing list