mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
*** empty log message ***
This commit is contained in:
13
bison.simple
13
bison.simple
@@ -268,13 +268,20 @@ yynewstate:
|
|||||||
#ifdef yyoverflow
|
#ifdef yyoverflow
|
||||||
/* Each stack pointer address is followed by the size of
|
/* Each stack pointer address is followed by the size of
|
||||||
the data in use in that stack, in bytes. */
|
the data in use in that stack, in bytes. */
|
||||||
|
#ifdef YYLSP_NEEDED
|
||||||
|
/* This used to be a conditional around just the two extra args,
|
||||||
|
but that might be undefined if yyoverflow is a macro. */
|
||||||
yyoverflow("parser stack overflow",
|
yyoverflow("parser stack overflow",
|
||||||
&yyss1, size * sizeof (*yyssp),
|
&yyss1, size * sizeof (*yyssp),
|
||||||
&yyvs1, size * sizeof (*yyvsp),
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
#ifdef YYLSP_NEEDED
|
|
||||||
&yyls1, size * sizeof (*yylsp),
|
&yyls1, size * sizeof (*yylsp),
|
||||||
#endif
|
|
||||||
&yystacksize);
|
&yystacksize);
|
||||||
|
#else
|
||||||
|
yyoverflow("parser stack overflow",
|
||||||
|
&yyss1, size * sizeof (*yyssp),
|
||||||
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
|
&yystacksize);
|
||||||
|
#endif
|
||||||
|
|
||||||
yyss = yyss1; yyvs = yyvs1;
|
yyss = yyss1; yyvs = yyvs1;
|
||||||
#ifdef YYLSP_NEEDED
|
#ifdef YYLSP_NEEDED
|
||||||
@@ -453,7 +460,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 457 "bison.simple"
|
#line 464 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
13
src/bison.s1
13
src/bison.s1
@@ -268,13 +268,20 @@ yynewstate:
|
|||||||
#ifdef yyoverflow
|
#ifdef yyoverflow
|
||||||
/* Each stack pointer address is followed by the size of
|
/* Each stack pointer address is followed by the size of
|
||||||
the data in use in that stack, in bytes. */
|
the data in use in that stack, in bytes. */
|
||||||
|
#ifdef YYLSP_NEEDED
|
||||||
|
/* This used to be a conditional around just the two extra args,
|
||||||
|
but that might be undefined if yyoverflow is a macro. */
|
||||||
yyoverflow("parser stack overflow",
|
yyoverflow("parser stack overflow",
|
||||||
&yyss1, size * sizeof (*yyssp),
|
&yyss1, size * sizeof (*yyssp),
|
||||||
&yyvs1, size * sizeof (*yyvsp),
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
#ifdef YYLSP_NEEDED
|
|
||||||
&yyls1, size * sizeof (*yylsp),
|
&yyls1, size * sizeof (*yylsp),
|
||||||
#endif
|
|
||||||
&yystacksize);
|
&yystacksize);
|
||||||
|
#else
|
||||||
|
yyoverflow("parser stack overflow",
|
||||||
|
&yyss1, size * sizeof (*yyssp),
|
||||||
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
|
&yystacksize);
|
||||||
|
#endif
|
||||||
|
|
||||||
yyss = yyss1; yyvs = yyvs1;
|
yyss = yyss1; yyvs = yyvs1;
|
||||||
#ifdef YYLSP_NEEDED
|
#ifdef YYLSP_NEEDED
|
||||||
@@ -453,7 +460,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 457 "bison.simple"
|
#line 464 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
@@ -268,13 +268,20 @@ yynewstate:
|
|||||||
#ifdef yyoverflow
|
#ifdef yyoverflow
|
||||||
/* Each stack pointer address is followed by the size of
|
/* Each stack pointer address is followed by the size of
|
||||||
the data in use in that stack, in bytes. */
|
the data in use in that stack, in bytes. */
|
||||||
|
#ifdef YYLSP_NEEDED
|
||||||
|
/* This used to be a conditional around just the two extra args,
|
||||||
|
but that might be undefined if yyoverflow is a macro. */
|
||||||
yyoverflow("parser stack overflow",
|
yyoverflow("parser stack overflow",
|
||||||
&yyss1, size * sizeof (*yyssp),
|
&yyss1, size * sizeof (*yyssp),
|
||||||
&yyvs1, size * sizeof (*yyvsp),
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
#ifdef YYLSP_NEEDED
|
|
||||||
&yyls1, size * sizeof (*yylsp),
|
&yyls1, size * sizeof (*yylsp),
|
||||||
#endif
|
|
||||||
&yystacksize);
|
&yystacksize);
|
||||||
|
#else
|
||||||
|
yyoverflow("parser stack overflow",
|
||||||
|
&yyss1, size * sizeof (*yyssp),
|
||||||
|
&yyvs1, size * sizeof (*yyvsp),
|
||||||
|
&yystacksize);
|
||||||
|
#endif
|
||||||
|
|
||||||
yyss = yyss1; yyvs = yyvs1;
|
yyss = yyss1; yyvs = yyvs1;
|
||||||
#ifdef YYLSP_NEEDED
|
#ifdef YYLSP_NEEDED
|
||||||
@@ -453,7 +460,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 457 "bison.simple"
|
#line 464 "bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
Reference in New Issue
Block a user