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