diff gcc/c-family/c-common.h @ 98:5211b774b8b5

implemeted selftype expression. add CbC-exanples/selftype.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Jan 2012 03:25:13 +0900
parents 99e7b6776dd1
children ab0bcb71f44d
line wrap: on
line diff
--- a/gcc/c-family/c-common.h	Fri Jan 20 04:48:59 2012 +0900
+++ b/gcc/c-family/c-common.h	Tue Jan 24 03:25:13 2012 +0900
@@ -157,7 +157,9 @@
 
 #ifndef noCbC
   /* Continuation based C */
-  RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,RID_CbC_REC,
+  RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,
+  /* extention of construction : __rectype, selftype  */
+  RID_CbC_REC,RID_CbC_SELFTYPE,
 #endif
   /* Named address support, mapping the keyword to a particular named address
      number.  Named address space 0 is reserved for the generic address.  If