mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
*** empty log message ***
This commit is contained in:
18
bison.simple
18
bison.simple
@@ -181,8 +181,22 @@ __yy_bcopy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#line 184 "bison.simple"
|
#line 184 "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 *.
|
||||||
|
It should actually point to an object.
|
||||||
|
Grammar actions can access the variable by casting it
|
||||||
|
to the proper pointer type. */
|
||||||
|
|
||||||
|
#ifdef YYPARSE_PARAM
|
||||||
|
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
|
||||||
|
#else
|
||||||
|
#define YYPARSE_PARAM
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
yyparse()
|
yyparse(YYPARSE_PARAM)
|
||||||
|
YYPARSE_PARAM_DECL
|
||||||
{
|
{
|
||||||
register int yystate;
|
register int yystate;
|
||||||
register int yyn;
|
register int yyn;
|
||||||
@@ -461,7 +475,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 465 "bison.simple"
|
#line 479 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
18
src/bison.s1
18
src/bison.s1
@@ -181,8 +181,22 @@ __yy_bcopy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#line 184 "bison.simple"
|
#line 184 "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 *.
|
||||||
|
It should actually point to an object.
|
||||||
|
Grammar actions can access the variable by casting it
|
||||||
|
to the proper pointer type. */
|
||||||
|
|
||||||
|
#ifdef YYPARSE_PARAM
|
||||||
|
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
|
||||||
|
#else
|
||||||
|
#define YYPARSE_PARAM
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
yyparse()
|
yyparse(YYPARSE_PARAM)
|
||||||
|
YYPARSE_PARAM_DECL
|
||||||
{
|
{
|
||||||
register int yystate;
|
register int yystate;
|
||||||
register int yyn;
|
register int yyn;
|
||||||
@@ -461,7 +475,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 465 "bison.simple"
|
#line 479 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
@@ -181,8 +181,22 @@ __yy_bcopy (char *from, char *to, int count)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#line 184 "bison.simple"
|
#line 184 "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 *.
|
||||||
|
It should actually point to an object.
|
||||||
|
Grammar actions can access the variable by casting it
|
||||||
|
to the proper pointer type. */
|
||||||
|
|
||||||
|
#ifdef YYPARSE_PARAM
|
||||||
|
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
|
||||||
|
#else
|
||||||
|
#define YYPARSE_PARAM
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
yyparse()
|
yyparse(YYPARSE_PARAM)
|
||||||
|
YYPARSE_PARAM_DECL
|
||||||
{
|
{
|
||||||
register int yystate;
|
register int yystate;
|
||||||
register int yyn;
|
register int yyn;
|
||||||
@@ -461,7 +475,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 465 "bison.simple"
|
#line 479 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
Reference in New Issue
Block a user