summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gas/itbl-parse.h
blob: bede63a19f69818249b701257b464cb485172098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
typedef union 
  {
    char *str;
    int num;
    int processor;
    unsigned long val;
  } YYSTYPE;
#define	DREG	257
#define	CREG	258
#define	GREG	259
#define	IMMED	260
#define	ADDR	261
#define	INSN	262
#define	NUM	263
#define	ID	264
#define	NL	265
#define	PNUM	266


extern YYSTYPE yylval;