]> Dogcows Code - chaz/openbox/blobdiff - util/epist/yacc_parser.hh
adding buttons for styles
[chaz/openbox] / util / epist / yacc_parser.hh
index bca19081ff22634388e849a5b4d7f9cf78a1c838..87654ab259bfa6be982349d85b2029b3d44507a9 100644 (file)
@@ -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 */
This page took 0.023587 seconds and 4 git commands to generate.