mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* src/closure.c (closure): `r' is unused.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/closure.c (closure): `r' is unused.
|
||||||
|
|
||||||
2002-03-04 Akim Demaille <akim@epita.fr>
|
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* tests/sets.at (Broken Closure): Add the ending `;'.
|
* tests/sets.at (Broken Closure): Add the ending `;'.
|
||||||
|
|||||||
@@ -187,9 +187,6 @@ 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