]> Dogcows Code - chaz/openbox/blobdiff - openbox/parse.h
new build system without automake
[chaz/openbox] / openbox / parse.h
index 9f9eda6d8855edeeba531c7ca8cdaba0a3fa39cc..a267757c8d94561562993adf478812b4a76dd2c1 100644 (file)
@@ -2,16 +2,14 @@
 #define __parse_h
 
 #include <glib.h>
-#ifndef NO_Y_H
-#  include "y.tab.h"
-#endif
+#include "parse.tab.h"
 
 typedef enum {
-    TOKEN_REAL       = REAL,
-    TOKEN_INTEGER    = INTEGER,
-    TOKEN_STRING     = STRING,
-    TOKEN_IDENTIFIER = IDENTIFIER,
-    TOKEN_BOOL       = BOOL,
+    TOKEN_REAL,
+    TOKEN_INTEGER,
+    TOKEN_STRING,
+    TOKEN_IDENTIFIER,
+    TOKEN_BOOL,
     TOKEN_LBRACKET   = '(',
     TOKEN_RBRACKET   = ')',
     TOKEN_LBRACE     = '{',
This page took 0.021932 seconds and 4 git commands to generate.