diff options
Diffstat (limited to 'gcc/c-parse.h')
-rw-r--r-- | gcc/c-parse.h | 59 |
1 files changed, 31 insertions, 28 deletions
diff --git a/gcc/c-parse.h b/gcc/c-parse.h index cbffaaa..29eff12 100644 --- a/gcc/c-parse.h +++ b/gcc/c-parse.h @@ -33,34 +33,37 @@ typedef union {long itype; tree ttype; enum tree_code code; #define REALPART 287 #define IMAGPART 288 #define VA_ARG 289 -#define END_OF_LINE 290 -#define ASSIGN 291 -#define OROR 292 -#define ANDAND 293 -#define EQCOMPARE 294 -#define ARITHCOMPARE 295 -#define LSHIFT 296 -#define RSHIFT 297 -#define UNARY 298 -#define PLUSPLUS 299 -#define MINUSMINUS 300 -#define HYPERUNARY 301 -#define POINTSAT 302 -#define INTERFACE 303 -#define IMPLEMENTATION 304 -#define END 305 -#define SELECTOR 306 -#define DEFS 307 -#define ENCODE 308 -#define CLASSNAME 309 -#define PUBLIC 310 -#define PRIVATE 311 -#define PROTECTED 312 -#define PROTOCOL 313 -#define OBJECTNAME 314 -#define CLASS 315 -#define ALIAS 316 -#define OBJC_STRING 317 +#define PTR_VALUE 290 +#define PTR_BASE 291 +#define PTR_EXTENT 292 +#define END_OF_LINE 293 +#define ASSIGN 294 +#define OROR 295 +#define ANDAND 296 +#define EQCOMPARE 297 +#define ARITHCOMPARE 298 +#define LSHIFT 299 +#define RSHIFT 300 +#define UNARY 301 +#define PLUSPLUS 302 +#define MINUSMINUS 303 +#define HYPERUNARY 304 +#define POINTSAT 305 +#define INTERFACE 306 +#define IMPLEMENTATION 307 +#define END 308 +#define SELECTOR 309 +#define DEFS 310 +#define ENCODE 311 +#define CLASSNAME 312 +#define PUBLIC 313 +#define PRIVATE 314 +#define PROTECTED 315 +#define PROTOCOL 316 +#define OBJECTNAME 317 +#define CLASS 318 +#define ALIAS 319 +#define OBJC_STRING 320 extern YYSTYPE yylval; |