From d5b480bfce8bcbd13b70512a47d4bfba25ffe9ef Mon Sep 17 00:00:00 2001 From: helly Date: Wed, 28 Dec 2005 20:21:36 +0000 Subject: [PATCH] - Correct #line directives - Drop \x0C inserted by bison --- bootstrap/parser.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.50.1