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

@@ -157,7 +157,7 @@ free_storage (void)
free (shiftset);
free (kernel_base);
free (kernel_size);
free (kernel_items);
XFREE (kernel_items);
state_hash_free ();
}