]> Dogcows Code - chaz/openbox/blobdiff - openbox/parse.h
use the values from the yacc parser
[chaz/openbox] / openbox / parse.h
index a267757c8d94561562993adf478812b4a76dd2c1..f2d22f817e201e8eb76e7f3a9a5a227333c2eadc 100644 (file)
@@ -5,11 +5,11 @@
 #include "parse.tab.h"
 
 typedef enum {
-    TOKEN_REAL,
-    TOKEN_INTEGER,
-    TOKEN_STRING,
-    TOKEN_IDENTIFIER,
-    TOKEN_BOOL,
+    TOKEN_REAL       = REAL,
+    TOKEN_INTEGER    = INTEGER,
+    TOKEN_STRING     = STRING,
+    TOKEN_IDENTIFIER = IDENTIFIER,
+    TOKEN_BOOL       = BOOL,
     TOKEN_LBRACKET   = '(',
     TOKEN_RBRACKET   = ')',
     TOKEN_LBRACE     = '{',
This page took 0.021811 seconds and 4 git commands to generate.