mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
* src/reduce.c: Remove the `bitset_zero's following the `bitset_create's, as now it is performed by the latter.
This commit is contained in:
@@ -203,9 +203,7 @@ solve_conflicts (void)
|
||||
|
||||
conflicts = XCALLOC (char, nstates);
|
||||
shiftset = bitset_create (ntokens, BITSET_FIXED);
|
||||
bitset_zero (shiftset);
|
||||
lookaheadset = bitset_create (ntokens, BITSET_FIXED);
|
||||
bitset_zero (lookaheadset);
|
||||
|
||||
for (i = 0; i < nstates; i++)
|
||||
set_conflicts (states[i]);
|
||||
|
||||
Reference in New Issue
Block a user