#ifndef YYERRCODE #define YYERRCODE 256 #endif #define IDENTIFIER 257 #define TYPENAME 258 #define SCSPEC 259 #define TYPESPEC 260 #define TYPE_QUAL 261 #define TYPE_QUAL_S 262 #define CONSTANT 263 #define STRING 264 #define ELLIPSIS 265 #define SIZEOF 266 #define ENUM 267 #define STRUCT 268 #define UNION 269 #define IF 270 #define ELSE 271 #define WHILE 272 #define DO 273 #define FOR 274 #define SWITCH 275 #define CASE 276 #define DEFAULT 277 #define BREAK 278 #define CONTINUE 279 #define RETURN 280 #define GOTO 281 #define ASM_KEYWORD 282 #define TYPEOF 283 #define ALIGNOF 284 #define ATTRIBUTE 285 #define EXTENSION 286 #define LABEL 287 #define REALPART 288 #define IMAGPART 289 #define ASSIGN 290 #define OROR 291 #define ANDAND 292 #define EQCOMPARE 293 #define ARITHCOMPARE 294 #define LSHIFT 295 #define RSHIFT 296 #define UNARY 297 #define PLUSPLUS 298 #define MINUSMINUS 299 #define HYPERUNARY 300 #define POINTSAT 301 #define INTERFACE 302 #define IMPLEMENTATION 303 #define END 304 #define SELECTOR 305 #define DEFS 306 #define ENCODE 307 #define CLASSNAME 308 #define PUBLIC 309 #define PRIVATE 310 #define PROTECTED 311 #define PROTOCOL 312 #define OBJECTNAME 313 #define CLASS 314 #define ALIAS 315 #define OBJC_STRING 316 #define FORALL 317 #define UPC_BLOCKSIZEOF 318 #define UPC_LOCALSIZEOF 319 #define UPC_ELEMSIZEOF 320 #define UPC_BARRIER 321 #define UPC_NOTIFY 322 #define UPC_WAIT 323 #define END_OF_LINE 324 #define UPC_FENCE 325 #define BUPC_ASSERT_TYPE 326 typedef union {long itype; tree ttype; enum tree_code code; const char *filename; int lineno; int ends_in_label; } YYSTYPE; extern YYSTYPE yylval;