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
2001-03-22 Philip Blundell <philb@gnu.org>
[binutils.git]
/
binutils
/
sysinfo.h
blob
871c3bed76afe9abc91ee48da87eef68f49d628e
1
typedef
union
{
2
int
i
;
3
char
*
s
;
4
}
YYSTYPE
;
5
#define COND 257
6
#define REPEAT 258
7
#define TYPE 259
8
#define NAME 260
9
#define NUMBER 261
10
#define UNIT 262
11
12
13
extern
YYSTYPE yylval
;