Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gas/itbl-parse.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
     1#ifndef BISON_Y_TAB_H
     2# define BISON_Y_TAB_H
     3
     4#ifndef YYSTYPE
    15typedef union
    26  {
     
    59    int processor;
    610    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
    1825
    1926
    2027extern YYSTYPE yylval;
     28
     29#endif /* not BISON_Y_TAB_H */
Note: See TracChangeset for help on using the changeset viewer.