]> granicus.if.org Git - re2c/commitdiff
Forgot to update bootstrap lexer (changed by commit 1d4462d5d531dc707a442bc984283ea51...
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 6 Aug 2015 09:57:46 +0000 (10:57 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 6 Aug 2015 09:57:46 +0000 (10:57 +0100)
re2c/bootstrap/src/parse/scanner_lex.cc

index 8cb9dfc46247254043bb1210a2e98b50bfdc6863..6043b99ea2adba0fe87011f866b0dcfb7c56f6e3 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <iostream>
@@ -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;