]> Dogcows Code - chaz/openbox/blobdiff - openbox/parse.h
new build system without automake
[chaz/openbox] / openbox / parse.h
index 3c649db10c5f40aa3f3029342c0b5ef4629357ec..a267757c8d94561562993adf478812b4a76dd2c1 100644 (file)
@@ -2,14 +2,14 @@
 #define __parse_h
 
 #include <glib.h>
-#include "y.tab.h"
+#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.020399 seconds and 4 git commands to generate.