]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/yacc_parser.hh
uber patch.
[mikachu/openbox.git] / util / epist / yacc_parser.hh
1 #ifndef BISON_YACC_PARSER_HH
2 # define BISON_YACC_PARSER_HH
3
4 # ifndef YYSTYPE
5 #  define YYSTYPE int
6 # endif
7 # define        OBRACE  257
8 # define        EBRACE  258
9 # define        SEMICOLON       259
10 # define        DASH    260
11 # define        NUMBER  261
12 # define        QUOTES  262
13 # define        WORD    263
14 # define        BINDING 264
15 # define        OPTIONS 265
16
17
18 extern YYSTYPE yylval;
19
20 #endif /* not BISON_YACC_PARSER_HH */