repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Commit generated files for 2.12.1.
[binutils.git]
/
gas
/
itbl-parse.h
blob
32b314c540252ea56f086b26802eaee5488b9d36
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
#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
24
25
26
extern
YYSTYPE yylval
;
27
28
#endif
/* not BISON_Y_TAB_H */