summaryrefslogtreecommitdiffstats
path: root/src/parse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.hpp')
-rw-r--r--src/parse.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parse.hpp b/src/parse.hpp
index 2d73755..e080ceb 100644
--- a/src/parse.hpp
+++ b/src/parse.hpp
@@ -10,8 +10,7 @@ typedef enum parse_token {
TOK_SQBLOCK = 258,
TOK_STRING = 259,
TOK_SYMBOL = 260,
- TOK_SYMBOL_LC = 261,
- TOK_SYMBOL_UC = 262,
+ TOK_SYMBOL_UC = 261,
} parse_token_t;
typedef struct parse_token_value {