From: Ulya Trofimovich Date: Thu, 6 Aug 2015 09:57:46 +0000 (+0100) Subject: Forgot to update bootstrap lexer (changed by commit 1d4462d5d531dc707a442bc984283ea51... X-Git-Tag: 0.15~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdc3a0df24d48752de55ec04a6746a69173e25f0;p=re2c Forgot to update bootstrap lexer (changed by commit 1d4462d5d531dc707a442bc984283ea51f77338c). --- diff --git a/re2c/bootstrap/src/parse/scanner_lex.cc b/re2c/bootstrap/src/parse/scanner_lex.cc index 8cb9dfc4..6043b99e 100644 --- a/re2c/bootstrap/src/parse/scanner_lex.cc +++ b/re2c/bootstrap/src/parse/scanner_lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 0.14.3 on Thu Jul 30 14:53:06 2015 */ +/* Generated by re2c 0.14.3 on Thu Aug 6 10:57:02 2015 */ #include #include #include @@ -1602,7 +1602,7 @@ yy264: { --cur; } - yylval.token = new Token(tok, cur - tok, get_fname (), tline); + yylval.code = new Code (tok, cur - tok, get_fname (), tline); return CODE; } else if (cursor == eof) @@ -1646,7 +1646,7 @@ yy269: else if (--depth == 0) { cur = cursor; - yylval.token = new Token(tok, cur - tok, get_fname (), tline); + yylval.code = new Code (tok, cur - tok, get_fname (), tline); return CODE; } goto code;