mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Undo XFREE change; we assume C89 compiler, but not C89 library.
This commit is contained in:
@@ -545,7 +545,7 @@ conflicts_print (void)
|
||||
void
|
||||
conflicts_free (void)
|
||||
{
|
||||
free (conflicts);
|
||||
XFREE (conflicts);
|
||||
bitset_free (shiftset);
|
||||
bitset_free (lookaheadset);
|
||||
obstack_free (&solved_conflicts_obstack, NULL);
|
||||
|
||||
Reference in New Issue
Block a user