Commit generated files for 2.12.1.
[binutils.git] / gas / itbl-parse.h
blob32b314c540252ea56f086b26802eaee5488b9d36
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
4 #ifndef YYSTYPE
5 typedef union
7 char *str;
8 int num;
9 int processor;
10 unsigned long val;
11 } yystype;
12 # define YYSTYPE yystype
13 #endif
14 # define DREG 257
15 # define CREG 258
16 # define GREG 259
17 # define IMMED 260
18 # define ADDR 261
19 # define INSN 262
20 # define NUM 263
21 # define ID 264
22 # define NL 265
23 # define PNUM 266
26 extern YYSTYPE yylval;
28 #endif /* not BISON_Y_TAB_H */