X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fyacc_parser.hh;h=87654ab259bfa6be982349d85b2029b3d44507a9;hb=97019b8b77f7e6450d87b057bcb6eae43e9f3e2b;hp=0b59a6f3d09a5b3dd030bf92b3e557d8568b1405;hpb=7d72843f3af282038632492155a0baf011044053;p=chaz%2Fopenbox diff --git a/util/epist/yacc_parser.hh b/util/epist/yacc_parser.hh index 0b59a6f3..87654ab2 100644 --- a/util/epist/yacc_parser.hh +++ b/util/epist/yacc_parser.hh @@ -1,20 +1,17 @@ -#ifndef BISON_YACC_PARSER_HH -# define BISON_YACC_PARSER_HH - -# ifndef YYSTYPE -# define YYSTYPE int -# define YYSTYPE_IS_TRIVIAL 1 -# endif -# define OBRACE 257 -# define EBRACE 258 -# define SEMICOLON 259 -# define DASH 260 -# define NUMBER 261 -# define QUOTES 262 -# define WORD 263 -# define BINDING 264 +#ifndef YYSTYPE +#define YYSTYPE int +#endif +#define OBRACE 257 +#define EBRACE 258 +#define SEMICOLON 259 +#define DASH 260 +#define NUMBER 261 +#define QUOTES 262 +#define WORD 263 +#define BINDING 264 +#define OPTIONS 265 +#define TRUE 266 +#define FALSE 267 extern YYSTYPE yylval; - -#endif /* not BISON_YACC_PARSER_HH */