From: Richard M. Stallman Date: Fri, 29 Dec 1995 04:29:18 +0000 (+0000) Subject: Fix line numbers in #line commands. X-Git-Tag: GNU_ORIG~35 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a8a7082ea6dc7b57a9bb139dd15715ca4f745f1e Fix line numbers in #line commands. --- 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;