From 87fbee961fcf302ed92cbc2681375a3bea9ce713 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 18:54:56 +0000 Subject: this should seriously work --- openbox/parse.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openbox/parse.h') diff --git a/openbox/parse.h b/openbox/parse.h index 3c649db1..1b72667d 100644 --- a/openbox/parse.h +++ b/openbox/parse.h @@ -5,11 +5,11 @@ #include "y.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 = '{', -- cgit v1.2.3