diff gcc/c-family/c-common.h @ 70:b81903832de2

merge c-decl.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 21 Aug 2011 09:24:16 +0900
parents 561a7518be6b
children 99e7b6776dd1
line wrap: on
line diff
--- a/gcc/c-family/c-common.h	Sun Aug 21 07:53:12 2011 +0900
+++ b/gcc/c-family/c-common.h	Sun Aug 21 09:24:16 2011 +0900
@@ -155,6 +155,10 @@
   RID_AT_INTERFACE,
   RID_AT_IMPLEMENTATION,
 
+#ifndef noCbC
+  /* Continuation based C */
+  RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,
+#endif
   /* Named address support, mapping the keyword to a particular named address
      number.  Named address space 0 is reserved for the generic address.  If
      there are more than 254 named addresses, the addr_space_t type will need