comparison gcc/c-family/c-common.h @ 112:ab0bcb71f44d

merge gcc 7
author mir3636
date Fri, 10 Nov 2017 19:46:38 +0900
parents 04ced10e8804 5211b774b8b5
children bdf41c9fa0b7
comparison
equal deleted inserted replaced
111:04ced10e8804 112:ab0bcb71f44d
197 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY, 197 RID_AT_OPTIONAL, RID_AT_REQUIRED, RID_AT_PROPERTY,
198 RID_AT_SYNTHESIZE, RID_AT_DYNAMIC, 198 RID_AT_SYNTHESIZE, RID_AT_DYNAMIC,
199 RID_AT_INTERFACE, 199 RID_AT_INTERFACE,
200 RID_AT_IMPLEMENTATION, 200 RID_AT_IMPLEMENTATION,
201 201
202 #ifndef noCbC
203 /* Continuation based C */
204 RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET,
205 /* extention of construction : __rectype, selftype */
206 RID_CbC_REC,RID_CbC_SELFTYPE,
207 #endif
202 /* Named address support, mapping the keyword to a particular named address 208 /* Named address support, mapping the keyword to a particular named address
203 number. Named address space 0 is reserved for the generic address. If 209 number. Named address space 0 is reserved for the generic address. If
204 there are more than 254 named addresses, the addr_space_t type will need 210 there are more than 254 named addresses, the addr_space_t type will need
205 to be grown from an unsigned char to unsigned short. */ 211 to be grown from an unsigned char to unsigned short. */
206 RID_ADDR_SPACE_0, /* generic address */ 212 RID_ADDR_SPACE_0, /* generic address */