typedef union {long itype; tree ttype; enum tree_code code; char *filename; int lineno; int ends_in_label; } YYSTYPE; #define IDENTIFIER 258 #define TYPENAME 259 #define SCSPEC 260 #define TYPESPEC 261 #define TYPE_QUAL 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 VA_ARG 290 #define END_OF_LINE 291 #define ASSIGN 292 #define OROR 293 #define ANDAND 294 #define EQCOMPARE 295 #define ARITHCOMPARE 296 #define LSHIFT 297 #define RSHIFT 298 #define UNARY 299 #define PLUSPLUS 300 #define MINUSMINUS 301 #define HYPERUNARY 302 #define POINTSAT 303 #define INTERFACE 304 #define IMPLEMENTATION 305 #define END 306 #define SELECTOR 307 #define DEFS 308 #define ENCODE 309 #define CLASSNAME 310 #define PUBLIC 311 #define PRIVATE 312 #define PROTECTED 313 #define PROTOCOL 314 #define OBJECTNAME 315 #define CLASS 316 #define ALIAS 317 #define OBJC_STRING 318 extern YYSTYPE yylval;