mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
* src/bison.simple: s/%%filename/%%skeleton.
* src/muscle_tab.c (getargs.h): Include it. (muscle_init): Insert new muscle skeleton.
This commit is contained in:
@@ -366,7 +366,7 @@ __yy_memcpy (char *to, const char *from, unsigned int count)
|
||||
|
||||
|
||||
|
||||
#line %%line "%%filename"
|
||||
#line %%line "%%skeleton"
|
||||
|
||||
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||
into yyparse. The argument should have type void *.
|
||||
@@ -760,7 +760,7 @@ yyreduce:
|
||||
{
|
||||
%%action /* The action file replaces this line. */
|
||||
}
|
||||
#line %%line "%%filename"
|
||||
#line %%line "%%skeleton"
|
||||
|
||||
yyvsp -= yylen;
|
||||
yyssp -= yylen;
|
||||
|
||||
Reference in New Issue
Block a user