Blame |
Last modification |
View Log
| Download
| RSS feed
#ifndef BISON_FRB_YACC_TAB_H
#define BISON_FRB_YACC_TAB_H
#ifndef YYSTYPE
typedef union
{
char *string;
} yystype;
#define YYSTYPE yystype
#define YYSTYPE_IS_TRIVIAL 1
#endif
#define HEADER 257
#define TIME 258
#define JOB 259
#define TYPE 260
#define APP 261
#define ADD_COM 262
#define ADD_TER 263
#define TER 264
#define END 265
#define UNITS 266
#define ATT_COM 267
#define ATT_TRE 268
#define ATT_PIN 269
#define NL 270
#define ENDFILE 271
#define ASTRING 272
extern YYSTYPE yylval;
#endif /* not BISON_FRB_YACC_TAB_H */