summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gas/itbl-parse.h
blob: 4c05839448ccfaa58ca7b8e2e8122efd350e2f68 (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	258
#define	CREG	259
#define	GREG	260
#define	IMMED	261
#define	ADDR	262
#define	INSN	263
#define	NUM	264
#define	ID	265
#define	NL	266
#define	PNUM	267


extern YYSTYPE yylval;