]> Dogcows Code - chaz/openbox/commitdiff
use the values from the yacc parser
authorDana Jansens <danakj@orodu.net>
Thu, 3 Apr 2003 21:17:50 +0000 (21:17 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 3 Apr 2003 21:17:50 +0000 (21:17 +0000)
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.021889 seconds and 4 git commands to generate.