source: vendor/binutils/current/gas/itbl-parse.h

Last change on this file was 609, checked in by bird, 22 years ago

binutils v2.14 - offical sources.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 459 bytes
Line 
1#ifndef BISON_Y_TAB_H
2# define BISON_Y_TAB_H
3
4#ifndef YYSTYPE
5typedef 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
27extern YYSTYPE yylval;
28
29#endif /* not BISON_Y_TAB_H */
Note: See TracBrowser for help on using the repository browser.