OSDN Git Service

Added fixup for __STDC__ == 0 and __STDC__ == 1
[pf3gnuchains/gcc-fork.git] / gcc / c-lex.h
index 52157bc..ae67d4c 100644 (file)
@@ -43,6 +43,14 @@ enum rid
   RID_INLINE,
   RID_NOALIAS,
   RID_ITERATOR,
+  RID_COMPLEX,
+
+  RID_IN,
+  RID_OUT,
+  RID_INOUT,
+  RID_BYCOPY,
+  RID_ONEWAY,
+  RID_ID,
 
   RID_MAX
 };