diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-06-01 03:49:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-06-01 03:49:45 +0000 |
commit | 8551f7edb3d6c2612cd1831858cb16ea392de4e4 (patch) | |
tree | 720ff1b1eeb441325e93e23756387aaec4d55e28 /modules | |
parent | 9b9bfb49af70f53f177c7a6563fa844a4a50c7db (diff) | |
download | gnulib-8551f7edb3d6c2612cd1831858cb16ea392de4e4.tar.gz |
Remove dependency of hash and xalloc modules on the malloc and realloc
modules.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hash | 2 | ||||
-rw-r--r-- | modules/xalloc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/modules/hash b/modules/hash index 6f353dc230..6081004530 100644 --- a/modules/hash +++ b/modules/hash @@ -7,8 +7,6 @@ lib/hash.c m4/hash.m4 Depends-on: -malloc -realloc stdbool configure.ac: diff --git a/modules/xalloc b/modules/xalloc index e92d5332fc..5d93aa3988 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -8,8 +8,6 @@ lib/xstrdup.c m4/xalloc.m4 Depends-on: -malloc -realloc error gettext exitfail |