Undo XFREE change; we assume C89 compiler, but not C89 library.

This commit is contained in:
Paul Eggert
2002-12-13 08:20:30 +00:00
parent 6f84e9abca
commit 6c5f863aec
3 changed files with 3 additions and 3 deletions

View File

@@ -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);