Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_CDI_YACC_TAB_H
#define BISON_CDI_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define ASS 257
#define IMP 258
#define COM 259
#define CSP 260
#define PCB 261
#define CON 262
#define COD 263
#define REM 264
#define EOD 265
#define NL 266
#define QUOTE 267
#define ASTRING 268
extern YYSTYPE yylval;
#endif /* not BISON_CDI_YACC_TAB_H */