mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Fix line numbers in #line commands.
This commit is contained in:
@@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
#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
|
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||||
into yyparse. The argument should have type void *.
|
into yyparse. The argument should have type void *.
|
||||||
@@ -494,7 +494,7 @@ yyreduce:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
$ /* the action file gets copied in in place of this dollarsign */
|
$ /* the action file gets copied in in place of this dollarsign */
|
||||||
#line 487 "bison.simple"
|
#line 498 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
#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
|
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||||
into yyparse. The argument should have type void *.
|
into yyparse. The argument should have type void *.
|
||||||
@@ -494,7 +494,7 @@ yyreduce:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
$ /* the action file gets copied in in place of this dollarsign */
|
$ /* the action file gets copied in in place of this dollarsign */
|
||||||
#line 487 "bison.simple"
|
#line 498 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ __yy_memcpy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
#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
|
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||||
into yyparse. The argument should have type void *.
|
into yyparse. The argument should have type void *.
|
||||||
@@ -494,7 +494,7 @@ yyreduce:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
$ /* the action file gets copied in in place of this dollarsign */
|
$ /* the action file gets copied in in place of this dollarsign */
|
||||||
#line 487 "bison.simple"
|
#line 498 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
Reference in New Issue
Block a user