From ca1d9e53ceb05e75f3160e3afdc8b219e3c02794 Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Mon, 22 Mar 1999 16:30:00 +0000 Subject: [PATCH] Fixed #line numbers. --- src/bison.s1 | 4 ++-- src/bison.simple | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bison.s1 b/src/bison.s1 index 65870431..e2a88a90 100644 --- a/src/bison.s1 +++ b/src/bison.s1 @@ -213,7 +213,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) #endif #endif -#line 216 "bison.simple" +#line 217 "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 *. @@ -539,7 +539,7 @@ yyreduce: #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 542 "bison.simple" +#line 543 "bison.simple" yyvsp -= yylen; yyssp -= yylen; diff --git a/src/bison.simple b/src/bison.simple index 65870431..e2a88a90 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -213,7 +213,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) #endif #endif -#line 216 "bison.simple" +#line 217 "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 *. @@ -539,7 +539,7 @@ yyreduce: #endif $ /* the action file gets copied in in place of this dollarsign */ -#line 542 "bison.simple" +#line 543 "bison.simple" yyvsp -= yylen; yyssp -= yylen; -- 2.45.2