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

@@ -241,7 +241,7 @@ closure (item_number *core, int n)
void
free_closure (void)
{
free (itemset);
XFREE (itemset);
bitset_free (ruleset);
bitsetv_free (fderives);
}