From dc08c1d53b4054ffa7cf53283c5793030be01f17 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 17 Mar 2000 11:27:17 +0000 Subject: [PATCH 1/1] * bison.s1 (#line): All set to `#line' only, since the Makefile now handles them. --- ChangeLog | 5 +++++ src/bison.s1 | 6 +++--- src/bison.simple | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e2c21e9..aa135005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-17 Akim Demaille + + * bison.s1 (#line): All set to `#line' only, since the Makefile + now handles them. + 2000-03-16 Akim Demaille * src/output.c (output_rule_data): Output the documentation of diff --git a/src/bison.s1 b/src/bison.s1 index c10cee41..8de2ccd3 100644 --- a/src/bison.s1 +++ b/src/bison.s1 @@ -1,5 +1,5 @@ /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "bison.simple" +#line /* This file comes from bison-@bison_version@. */ /* Skeleton output parser for bison, @@ -222,7 +222,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) # endif #endif -#line 217 "bison.simple" +#line /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -551,7 +551,7 @@ yyreduce: } #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 543 "bison.simple" +#line yyvsp -= yylen; yyssp -= yylen; diff --git a/src/bison.simple b/src/bison.simple index c10cee41..8de2ccd3 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -1,5 +1,5 @@ /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "bison.simple" +#line /* This file comes from bison-@bison_version@. */ /* Skeleton output parser for bison, @@ -222,7 +222,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) # endif #endif -#line 217 "bison.simple" +#line /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -551,7 +551,7 @@ yyreduce: } #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 543 "bison.simple" +#line yyvsp -= yylen; yyssp -= yylen; -- 2.45.2