xref: /openbsd/gnu/usr.bin/binutils/gas/itbl-parse.h (revision 09467b48)
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
3 
4 #ifndef YYSTYPE
5 typedef union
6   {
7     char *str;
8     int num;
9     int processor;
10     unsigned long val;
11   } yystype;
12 # define YYSTYPE yystype
13 # define YYSTYPE_IS_TRIVIAL 1
14 #endif
15 # define	DREG	257
16 # define	CREG	258
17 # define	GREG	259
18 # define	IMMED	260
19 # define	ADDR	261
20 # define	INSN	262
21 # define	NUM	263
22 # define	ID	264
23 # define	NL	265
24 # define	PNUM	266
25 
26 
27 extern YYSTYPE yylval;
28 
29 #endif /* not BISON_Y_TAB_H */
30