diff gcc/c-family/c-common.h @ 90:99e7b6776dd1

implemeted __rectype expression. add CbC-exanples/fact-rectype.s
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 25 Dec 2011 04:04:42 +0900
parents b81903832de2
children 5211b774b8b5
line wrap: on
line diff
--- a/gcc/c-family/c-common.h	Tue Dec 20 19:03:56 2011 +0900
+++ b/gcc/c-family/c-common.h	Sun Dec 25 04:04:42 2011 +0900
@@ -157,7 +157,7 @@
 
 #ifndef noCbC
   /* Continuation based C */
-  RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,
+  RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,RID_CbC_REC,
 #endif
   /* Named address support, mapping the keyword to a particular named address
      number.  Named address space 0 is reserved for the generic address.  If