* 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:
Akim Demaille
2002-07-25 17:32:34 +00:00
parent 12b0043a6d
commit a762e609e7
6 changed files with 103 additions and 80 deletions

View File

@@ -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
};