From: helly Date: Wed, 28 Dec 2005 20:21:36 +0000 (+0000) Subject: - Correct #line directives X-Git-Tag: 0.13.6~566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b480bfce8bcbd13b70512a47d4bfba25ffe9ef;p=re2c - Correct #line directives - Drop \x0C inserted by bison --- diff --git a/bootstrap/parser.cc b/bootstrap/parser.cc index 357e6dd8..b94a4f2c 100644 --- a/bootstrap/parser.cc +++ b/bootstrap/parser.cc @@ -158,7 +158,7 @@ typedef union YYSTYPE { re2c::ExtOp extop; } YYSTYPE; /* Line 196 of yacc.c. */ -#line 162 "y.tab.c" +#line 162 "parser.cc" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 @@ -170,7 +170,7 @@ typedef union YYSTYPE { /* Line 219 of yacc.c. */ -#line 174 "y.tab.c" +#line 174 "parser.cc" #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__) # define YYSIZE_T __SIZE_TYPE__ @@ -1303,8 +1303,8 @@ yyreduce: } /* Line 1126 of yacc.c. */ -#line 1307 "y.tab.c" - +#line 1307 "parser.cc" + yyvsp -= yylen; yyssp -= yylen;