X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fyacc_parser.hh;h=87654ab259bfa6be982349d85b2029b3d44507a9;hb=97019b8b77f7e6450d87b057bcb6eae43e9f3e2b;hp=bca19081ff22634388e849a5b4d7f9cf78a1c838;hpb=bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5;p=chaz%2Fopenbox diff --git a/util/epist/yacc_parser.hh b/util/epist/yacc_parser.hh index bca19081..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 -# 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 +#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 */