From 9624984557151e405d62f134e12270475d7ca7e7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 17 Apr 2015 20:48:06 +0200 Subject: lex: change treatment of symbols which are neither all-uppercase or all-lowercase --- src/parse.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/parse.hpp') 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 { -- cgit v1.2.3