Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#ifndef BISON_MENTOR_YACC_TAB_H
2
#define BISON_MENTOR_YACC_TAB_H
3
 
4
#ifndef YYSTYPE
5
typedef union
6
{
7
        char *string;
8
} yystype;
9
#define YYSTYPE yystype
10
#define YYSTYPE_IS_TRIVIAL 1
11
#endif
12
#define NET 257
13
#define NET_TYPE 258
14
#define NL 259
15
#define QUOTE 260
16
#define ENDFILE 261
17
#define ASTRING 262
18
#define POWERS 263
19
 
20
extern YYSTYPE yylval;
21
 
22
#endif /* not BISON_MENTOR_YACC_TAB_H */