]> icculus.org git repositories - dana/openbox.git/blob - util/epist/yacc_parser.hh
fix indenting
[dana/openbox.git] / util / epist / yacc_parser.hh
1 #ifndef YYSTYPE
2 #define YYSTYPE int
3 #endif
4 #define OBRACE  257
5 #define EBRACE  258
6 #define SEMICOLON       259
7 #define DASH    260
8 #define NUMBER  261
9 #define QUOTES  262
10 #define WORD    263
11 #define BINDING 264
12 #define OPTIONS 265
13 #define TRUE    266
14 #define FALSE   267
15
16
17 extern YYSTYPE yylval;