#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H # define T_ID 257 # define T_NUM 258 # define T_CONST 259 # define T_STRUCT 260 # define T_UNION 261 # define T_ENUM 262 # define T_TYPEDEF 263 # define T_PROGRAM 264 # define T_UNSIGNED 265 # define T_INT 266 # define T_HYPER 267 # define T_DOUBLE 268 # define T_QUADRUPLE 269 # define T_VOID 270 # define T_VERSION 271 # define T_SWITCH 272 # define T_CASE 273 # define T_DEFAULT 274 # define T_OPAQUE 275 # define T_STRING 276 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */