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
2005-05-01 Paul Brook <paul@codesourcery.com>
[binutils.git]
/
gas
/
itbl-parse.h
blob
00bdbdb9df28cfc4aaefbb0cc5a29fe0be3cf434
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 */