comparison gcc/c-family/c-common.h @ 113:bdf41c9fa0b7

remove RECTYPE
author mir3636
date Fri, 17 Nov 2017 06:33:55 +0900
parents ab0bcb71f44d
children d34655255c78
comparison
equal deleted inserted replaced
112:ab0bcb71f44d 113:bdf41c9fa0b7
200 RID_AT_IMPLEMENTATION, 200 RID_AT_IMPLEMENTATION,
201 201
202 #ifndef noCbC 202 #ifndef noCbC
203 /* Continuation based C */ 203 /* Continuation based C */
204 RID_CbC_CODE, RID_CbC_ENV, RID_CbC_RET, 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 205 #endif
208 /* Named address support, mapping the keyword to a particular named address 206 /* Named address support, mapping the keyword to a particular named address
209 number. Named address space 0 is reserved for the generic address. If 207 number. Named address space 0 is reserved for the generic address. If
210 there are more than 254 named addresses, the addr_space_t type will need 208 there are more than 254 named addresses, the addr_space_t type will need
211 to be grown from an unsigned char to unsigned short. */ 209 to be grown from an unsigned char to unsigned short. */