Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#ifndef BISON_PADS_YACC_TAB_H
2
#define BISON_PADS_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 PADSPCB 257
13
#define PART 258
14
#define NET 259
15
#define SIGNAL 260
16
#define END 261
17
#define NL 262
18
#define ASTRING 263
19
 
20
extern YYSTYPE yylval;
21
 
22
#endif /* not BISON_PADS_YACC_TAB_H */