mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
regen
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.2.2. */
|
/* A Bison parser, made by GNU Bison 3.2.1.46-77eb-dirty. */
|
||||||
|
|
||||||
/* Bison implementation for Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "3.2.2"
|
#define YYBISON_VERSION "3.2.1.46-77eb-dirty"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
@@ -1905,11 +1905,14 @@ yysetstate:
|
|||||||
*yyssp = (yytype_int16) yystate;
|
*yyssp = (yytype_int16) yystate;
|
||||||
|
|
||||||
if (yyss + yystacksize - 1 <= yyssp)
|
if (yyss + yystacksize - 1 <= yyssp)
|
||||||
|
#if !defined yyoverflow && !defined YYSTACK_RELOCATE
|
||||||
|
goto yyexhaustedlab;
|
||||||
|
#else
|
||||||
{
|
{
|
||||||
/* Get the current used size of the three stacks, in elements. */
|
/* Get the current used size of the three stacks, in elements. */
|
||||||
YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1);
|
YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1);
|
||||||
|
|
||||||
#ifdef yyoverflow
|
# if defined yyoverflow
|
||||||
{
|
{
|
||||||
/* Give user a chance to reallocate the stack. Use copies of
|
/* Give user a chance to reallocate the stack. Use copies of
|
||||||
these so that the &'s don't force the real ones into
|
these so that the &'s don't force the real ones into
|
||||||
@@ -1931,10 +1934,7 @@ yysetstate:
|
|||||||
yyvs = yyvs1;
|
yyvs = yyvs1;
|
||||||
yyls = yyls1;
|
yyls = yyls1;
|
||||||
}
|
}
|
||||||
#else /* no yyoverflow */
|
# else /* defined YYSTACK_RELOCATE */
|
||||||
# ifndef YYSTACK_RELOCATE
|
|
||||||
goto yyexhaustedlab;
|
|
||||||
# else
|
|
||||||
/* Extend the stack our own way. */
|
/* Extend the stack our own way. */
|
||||||
if (YYMAXDEPTH <= yystacksize)
|
if (YYMAXDEPTH <= yystacksize)
|
||||||
goto yyexhaustedlab;
|
goto yyexhaustedlab;
|
||||||
@@ -1951,12 +1951,11 @@ yysetstate:
|
|||||||
YYSTACK_RELOCATE (yyss_alloc, yyss);
|
YYSTACK_RELOCATE (yyss_alloc, yyss);
|
||||||
YYSTACK_RELOCATE (yyvs_alloc, yyvs);
|
YYSTACK_RELOCATE (yyvs_alloc, yyvs);
|
||||||
YYSTACK_RELOCATE (yyls_alloc, yyls);
|
YYSTACK_RELOCATE (yyls_alloc, yyls);
|
||||||
# undef YYSTACK_RELOCATE
|
# undef YYSTACK_RELOCATE
|
||||||
if (yyss1 != yyssa)
|
if (yyss1 != yyssa)
|
||||||
YYSTACK_FREE (yyss1);
|
YYSTACK_FREE (yyss1);
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
#endif /* no yyoverflow */
|
|
||||||
|
|
||||||
yyssp = yyss + yysize - 1;
|
yyssp = yyss + yysize - 1;
|
||||||
yyvsp = yyvs + yysize - 1;
|
yyvsp = yyvs + yysize - 1;
|
||||||
@@ -1968,6 +1967,7 @@ yysetstate:
|
|||||||
if (yyss + yystacksize - 1 <= yyssp)
|
if (yyss + yystacksize - 1 <= yyssp)
|
||||||
YYABORT;
|
YYABORT;
|
||||||
}
|
}
|
||||||
|
#endif /* !defined yyoverflow && !defined YYSTACK_RELOCATE */
|
||||||
|
|
||||||
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
||||||
|
|
||||||
@@ -2854,11 +2854,10 @@ yyerrlab:
|
|||||||
| yyerrorlab -- error raised explicitly by YYERROR. |
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
||||||
`---------------------------------------------------*/
|
`---------------------------------------------------*/
|
||||||
yyerrorlab:
|
yyerrorlab:
|
||||||
/* Pacify compilers like GCC when the user code never invokes
|
/* Pacify compilers when the user code never invokes YYERROR and the
|
||||||
YYERROR and the label yyerrorlab therefore never appears in user
|
label yyerrorlab therefore never appears in user code. */
|
||||||
code. */
|
|
||||||
if (0)
|
if (0)
|
||||||
goto yyerrorlab;
|
YYERROR;
|
||||||
|
|
||||||
/* Do not reclaim the symbols of the rule whose action triggered
|
/* Do not reclaim the symbols of the rule whose action triggered
|
||||||
this YYERROR. */
|
this YYERROR. */
|
||||||
@@ -2983,7 +2982,7 @@ yyreturn:
|
|||||||
#endif
|
#endif
|
||||||
return yyresult;
|
return yyresult;
|
||||||
}
|
}
|
||||||
#line 685 "src/parse-gram.y" /* yacc.c:1916 */
|
#line 685 "src/parse-gram.y" /* yacc.c:1915 */
|
||||||
|
|
||||||
|
|
||||||
/* Return the location of the left-hand side of a rule whose
|
/* Return the location of the left-hand side of a rule whose
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.2.2. */
|
/* A Bison parser, made by GNU Bison 3.2.1.46-77eb-dirty. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -51,11 +51,11 @@
|
|||||||
extern int gram_debug;
|
extern int gram_debug;
|
||||||
#endif
|
#endif
|
||||||
/* "%code requires" blocks. */
|
/* "%code requires" blocks. */
|
||||||
#line 21 "src/parse-gram.y" /* yacc.c:1919 */
|
#line 21 "src/parse-gram.y" /* yacc.c:1918 */
|
||||||
|
|
||||||
#include "symlist.h"
|
#include "symlist.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#line 218 "src/parse-gram.y" /* yacc.c:1919 */
|
#line 218 "src/parse-gram.y" /* yacc.c:1918 */
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
@@ -64,7 +64,7 @@ extern int gram_debug;
|
|||||||
param_parse = 1 << 1,
|
param_parse = 1 << 1,
|
||||||
param_both = param_lex | param_parse
|
param_both = param_lex | param_parse
|
||||||
} param_type;
|
} param_type;
|
||||||
#line 612 "src/parse-gram.y" /* yacc.c:1919 */
|
#line 612 "src/parse-gram.y" /* yacc.c:1918 */
|
||||||
|
|
||||||
#include "muscle-tab.h"
|
#include "muscle-tab.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
@@ -73,7 +73,7 @@ extern int gram_debug;
|
|||||||
muscle_kind kind;
|
muscle_kind kind;
|
||||||
} value_type;
|
} value_type;
|
||||||
|
|
||||||
#line 77 "src/parse-gram.h" /* yacc.c:1919 */
|
#line 77 "src/parse-gram.h" /* yacc.c:1918 */
|
||||||
|
|
||||||
/* Token type. */
|
/* Token type. */
|
||||||
#ifndef GRAM_TOKENTYPE
|
#ifndef GRAM_TOKENTYPE
|
||||||
@@ -200,7 +200,7 @@ union GRAM_STYPE
|
|||||||
unsigned char CHAR;
|
unsigned char CHAR;
|
||||||
/* value */
|
/* value */
|
||||||
value_type value;
|
value_type value;
|
||||||
#line 204 "src/parse-gram.h" /* yacc.c:1919 */
|
#line 204 "src/parse-gram.h" /* yacc.c:1918 */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef union GRAM_STYPE GRAM_STYPE;
|
typedef union GRAM_STYPE GRAM_STYPE;
|
||||||
|
|||||||
Reference in New Issue
Block a user