comparison 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
comparison
equal deleted inserted replaced
69:1b10fe6932e1 70:b81903832de2
153 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, 153 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY,
154 RID_AT_SYNTHESIZE, RID_AT_DYNAMIC, 154 RID_AT_SYNTHESIZE, RID_AT_DYNAMIC,
155 RID_AT_INTERFACE, 155 RID_AT_INTERFACE,
156 RID_AT_IMPLEMENTATION, 156 RID_AT_IMPLEMENTATION,
157 157
158 #ifndef noCbC
159 /* Continuation based C */
160 RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,
161 #endif
158 /* Named address support, mapping the keyword to a particular named address 162 /* Named address support, mapping the keyword to a particular named address
159 number. Named address space 0 is reserved for the generic address. If 163 number. Named address space 0 is reserved for the generic address. If
160 there are more than 254 named addresses, the addr_space_t type will need 164 there are more than 254 named addresses, the addr_space_t type will need
161 to be grown from an unsigned char to unsigned short. */ 165 to be grown from an unsigned char to unsigned short. */
162 RID_ADDR_SPACE_0, /* generic address */ 166 RID_ADDR_SPACE_0, /* generic address */