Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_PADS_YACC_TAB_H
#define BISON_PADS_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define PADSPCB 257
#define PART 258
#define NET 259
#define SIGNAL 260
#define END 261
#define NL 262
#define ASTRING 263
extern YYSTYPE yylval;
#endif /* not BISON_PADS_YACC_TAB_H */