mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
* tests/regression.at (else): Adjust to Andreas' change.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-02-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* tests/regression.at (else): Adjust to Andreas' change.
|
||||||
|
|
||||||
2002-02-14 Akim Demaille <akim@epita.fr>
|
2002-02-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
|
* lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
|
||||||
|
|||||||
@@ -816,7 +816,7 @@ static const short yyrline[] =
|
|||||||
static const char *const yytname[] =
|
static const char *const yytname[] =
|
||||||
{
|
{
|
||||||
"$", "error", "$undefined.", "\"if\"", "\"const\"", "\"then\"",
|
"$", "error", "$undefined.", "\"if\"", "\"const\"", "\"then\"",
|
||||||
"\"else\"", "$axiom", "statement", "struct_stat", "if", "else", NULL
|
"\"else\"", "$axiom", "statement", "struct_stat", "if", "else", 0
|
||||||
};
|
};
|
||||||
static const short yytoknum[] =
|
static const short yytoknum[] =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user