]> Dogcows Code - chaz/openbox/blob - util/epist/yacc_parser.hh
add the otk::Point type
[chaz/openbox] / 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;
This page took 0.031504 seconds and 4 git commands to generate.