Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | mjames | 1 | #ifndef BISON_CDI_YACC_TAB_H |
2 | #define BISON_CDI_YACC_TAB_H |
||
3 | |||
4 | #ifndef YYSTYPE |
||
5 | typedef union |
||
6 | { |
||
7 | char *string; |
||
8 | } yystype; |
||
9 | #define YYSTYPE yystype |
||
10 | #define YYSTYPE_IS_TRIVIAL 1 |
||
11 | #endif |
||
12 | #define ASS 257 |
||
13 | #define IMP 258 |
||
14 | #define COM 259 |
||
15 | #define CSP 260 |
||
16 | #define PCB 261 |
||
17 | #define CON 262 |
||
18 | #define COD 263 |
||
19 | #define REM 264 |
||
20 | #define EOD 265 |
||
21 | #define NL 266 |
||
22 | #define QUOTE 267 |
||
23 | #define ASTRING 268 |
||
24 | |||
25 | extern YYSTYPE yylval; |
||
26 | |||
27 | #endif /* not BISON_CDI_YACC_TAB_H */ |