From a360e1ee72524134b6facdd18072eb0f14e08bf7 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Mon, 25 Mar 2019 10:23:39 -0700 Subject: Parser: allow underscore in symbols --- Source/Parser/wp_parser.lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Parser/wp_parser.lex.c') diff --git a/Source/Parser/wp_parser.lex.c b/Source/Parser/wp_parser.lex.c index aca863a75..d47d2b247 100644 --- a/Source/Parser/wp_parser.lex.c +++ b/Source/Parser/wp_parser.lex.c @@ -414,7 +414,7 @@ static yyconst YY_CHAR yy_ec[256] = 16, 17, 1, 1, 18, 18, 18, 18, 19, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, - 1, 20, 1, 21, 1, 1, 22, 23, 24, 25, + 1, 20, 1, 21, 18, 1, 22, 23, 24, 25, 26, 27, 28, 29, 30, 18, 18, 31, 32, 33, 34, 35, 36, 37, 38, 39, 18, 40, 41, 42, -- cgit v1.2.3