Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_EAGLE_YACC_TAB_H
#define BISON_EAGLE_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define SPC 257
#define NL 258
#define ASTRING 259
extern YYSTYPE yylval;
#endif /* not BISON_EAGLE_YACC_TAB_H */