mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
Revert the previous patch.
This commit is contained in:
@@ -4,13 +4,11 @@
|
|||||||
* configure.in: Check for the declarations of free and malloc.
|
* configure.in: Check for the declarations of free and malloc.
|
||||||
* src/muscle_tab.c: Adjust.
|
* src/muscle_tab.c: Adjust.
|
||||||
|
|
||||||
|
|
||||||
2002-02-05 Akim Demaille <akim@epita.fr>
|
2002-02-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/muscle_tab.c (muscle_init): Don't default to NULL muscle
|
* src/muscle_tab.c (muscle_init): Don't default to NULL muscle
|
||||||
which have no values.
|
which have no values.
|
||||||
|
|
||||||
|
|
||||||
2002-02-05 Akim Demaille <akim@epita.fr>
|
2002-02-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
|
* src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
|
||||||
|
|||||||
@@ -195,6 +195,9 @@ closure (short *core, int n)
|
|||||||
/* Index over CORE. */
|
/* Index over CORE. */
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
|
/* An index over RULESET. */
|
||||||
|
int r;
|
||||||
|
|
||||||
/* A bit index over RULESET. */
|
/* A bit index over RULESET. */
|
||||||
int ruleno;
|
int ruleno;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user