Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_NET_YACC_TAB_H
#define BISON_NET_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define PACKAGES 257
#define NETS 258
#define END 259
#define NL 260
#define PLING 261
#define SEMI 262
#define DOT 263
#define COMMA 264
#define ASTRING 265
extern YYSTYPE yylval;
#endif /* not BISON_NET_YACC_TAB_H */