#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H
#ifndef YYSTYPE
typedef union {
char *name;
struct
{
char *filename;
long linenum;
char *block;
} code;
int options;
struct
{
int elem[8];
int size;
} pattern;
struct
{
struct gensel_clause *head;
struct gensel_clause *tail;
} clauses;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define IDENTIFIER 257
# define CODE_BLOCK 258
# define K_PTR 259
# define K_REG 260
# define K_LREG 261
# define K_FREG 262
# define K_IMM 263
# define K_IMMZERO 264
# define K_IMMS8 265
# define K_IMMU8 266
# define K_IMMS16 267
# define K_IMMU16 268
# define K_LOCAL 269
# define K_SPILL_BEFORE 270
# define K_BINARY 271
# define K_UNARY 272
# define K_UNARY_BRANCH 273
# define K_BINARY_BRANCH 274
# define K_UNARY_NOTE 275
# define K_BINARY_NOTE 276
# define K_TERNARY 277
# define K_STACK 278
# define K_ONLY 279
# define K_MORE_SPACE 280
# define K_MANUAL 281
# define K_INST_TYPE 282
extern YYSTYPE yylval;
#endif /* not BISON_Y_TAB_H */
syntax highlighted by Code2HTML, v. 0.9.1