diff gcc/gcc.c @ 1:caeb520cebed

patch for CbC
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 17:43:54 +0900
parents a06113de4d67
children 9907f3135723
line wrap: on
line diff
--- a/gcc/gcc.c	Fri Jul 17 14:47:48 2009 +0900
+++ b/gcc/gcc.c	Fri Jul 17 17:43:54 2009 +0900
@@ -988,6 +988,9 @@
   {".zip", "#Java", 0, 0, 0}, {".jar", "#Java", 0, 0, 0},
   /* Next come the entries for C.  */
   {".c", "@c", 0, 1, 1},
+#ifndef noCbC
+  {".cbc", "@c", 0, 1, 1},
+#endif
   {"@c",
    /* cc1 has an integrated ISO C preprocessor.  We should invoke the
       external preprocessor if -save-temps is given.  */