Refactor add_ubiquitous_token_actions method

This commit is contained in:
Max Brunsfeld 2014-07-11 13:21:44 -07:00
parent 9da7663e99
commit 44c4bf5f5e
2 changed files with 12 additions and 11 deletions

View file

@ -319,7 +319,6 @@ LEX_FN() {
ADVANCE(27);
LEX_ERROR();
case ts_lex_state_error:
START_TOKEN();
if (lookahead == '\0')
ADVANCE(25);
if (('\t' <= lookahead && lookahead <= '\n') ||