Changeset 609 for branches/GNU/src/binutils/gas/itbl-parse.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/itbl-parse.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 #ifndef BISON_Y_TAB_H 2 # define BISON_Y_TAB_H 3 4 #ifndef YYSTYPE 1 5 typedef union 2 6 { … … 5 9 int processor; 6 10 unsigned long val; 7 } YYSTYPE; 8 #define DREG 257 9 #define CREG 258 10 #define GREG 259 11 #define IMMED 260 12 #define ADDR 261 13 #define INSN 262 14 #define NUM 263 15 #define ID 264 16 #define NL 265 17 #define PNUM 266 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 18 25 19 26 20 27 extern YYSTYPE yylval; 28 29 #endif /* not BISON_Y_TAB_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.