mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
replace... (b4_sint_type, b4_uint_type): these. * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for. * tests/regression.at (Web2c Actions): Adjust.
This commit is contained in:
@@ -599,12 +599,12 @@ static const unsigned char yyr2[] =
|
||||
{
|
||||
0, 2, 1, 0, 2, 4, 2
|
||||
};
|
||||
static const short yydefact[] =
|
||||
static const unsigned char yydefact[] =
|
||||
{
|
||||
3, 0, 0, 2, 0, 0, 0, 3, 4, 3,
|
||||
6, 5
|
||||
};
|
||||
static const short yydefgoto[] =
|
||||
static const signed char yydefgoto[] =
|
||||
{
|
||||
-1, 2, 3, 4, 8
|
||||
};
|
||||
@@ -613,15 +613,15 @@ static const signed char yypact[] =
|
||||
-2, -1, 4, -8, 0, 2, -8, -2, -8, -2,
|
||||
-8, -8
|
||||
};
|
||||
static const short yypgoto[] =
|
||||
static const signed char yypgoto[] =
|
||||
{
|
||||
-8, -7, -8, -8, -8
|
||||
};
|
||||
static const signed char yytable[] =
|
||||
static const unsigned char yytable[] =
|
||||
{
|
||||
10, 1, 11, 5, 6, 0, 7, 9
|
||||
};
|
||||
static const short yycheck[] =
|
||||
static const signed char yycheck[] =
|
||||
{
|
||||
7, 3, 9, 4, 0, -1, 6, 5
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user