* lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.

* configure.in: Check for the declarations of free and malloc.
* src/muscle_tab.c: Adjust.
This commit is contained in:
Akim Demaille
2002-02-05 10:00:47 +00:00
parent 5ece6d436f
commit beda758b1f
6 changed files with 1081 additions and 387 deletions

View File

@@ -195,9 +195,6 @@ closure (short *core, int n)
/* Index over CORE. */
int c;
/* Index over RULESET. */
int r;
/* A bit index over RULESET. */
int ruleno;