diff gcc/c-tree.h @ 74:f26ecf70364b

modify c-decl.c, c-parser.c, c-tree.h and tree.h
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 22 Aug 2011 03:31:39 +0900
parents b81903832de2
children 99e7b6776dd1
line wrap: on
line diff
--- a/gcc/c-tree.h	Mon Aug 22 01:54:47 2011 +0900
+++ b/gcc/c-tree.h	Mon Aug 22 03:31:39 2011 +0900
@@ -199,6 +199,9 @@
   cts_float,
   cts_int128,
   cts_double,
+#ifndef noCbC
+  cts_CbC_code,
+#endif
   cts_dfloat32,
   cts_dfloat64,
   cts_dfloat128,
@@ -450,7 +453,13 @@
 		       struct c_declspecs *, tree, tree *);
 extern tree groktypename (struct c_type_name *, tree *, bool *);
 extern tree grokparm (const struct c_parm *);
+
+#ifndef noCbC
+extern tree implicitly_declare (location_t, tree, int);
+#else
 extern tree implicitly_declare (location_t, tree);
+#endif
+
 extern void keep_next_level (void);
 extern void pending_xref_error (void);
 extern void c_push_function_context (void);