]> Dogcows Code - chaz/openbox/blob - util/epist/yacc_parser.hh
adding egnerated files to cvs
[chaz/openbox] / 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 # define YYSTYPE_IS_TRIVIAL 1
7 # endif
8 # define OBRACE 257
9 # define EBRACE 258
10 # define SEMICOLON 259
11 # define DASH 260
12 # define NUMBER 261
13 # define QUOTES 262
14 # define WORD 263
15 # define BINDING 264
16
17
18 extern YYSTYPE yylval;
19
20 #endif /* not BISON_YACC_PARSER_HH */
This page took 0.041433 seconds and 5 git commands to generate.