From a8a7082ea6dc7b57a9bb139dd15715ca4f745f1e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 29 Dec 1995 04:29:18 +0000 Subject: [PATCH] Fix line numbers in #line commands. --- bison.simple | 4 ++-- src/bison.s1 | 4 ++-- src/bison.simple | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bison.simple b/bison.simple index 51ab0f2a..5a9cac45 100644 --- a/bison.simple +++ b/bison.simple @@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count) #endif #endif -#line 192 "bison.simple" +#line 196 "bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -494,7 +494,7 @@ yyreduce: #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 487 "bison.simple" +#line 498 "bison.simple" yyvsp -= yylen; yyssp -= yylen; diff --git a/src/bison.s1 b/src/bison.s1 index 51ab0f2a..5a9cac45 100644 --- a/src/bison.s1 +++ b/src/bison.s1 @@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count) #endif #endif -#line 192 "bison.simple" +#line 196 "bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -494,7 +494,7 @@ yyreduce: #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 487 "bison.simple" +#line 498 "bison.simple" yyvsp -= yylen; yyssp -= yylen; diff --git a/src/bison.simple b/src/bison.simple index 51ab0f2a..5a9cac45 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count) #endif #endif -#line 192 "bison.simple" +#line 196 "bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -494,7 +494,7 @@ yyreduce: #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 487 "bison.simple" +#line 498 "bison.simple" yyvsp -= yylen; yyssp -= yylen; -- 2.45.2