diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-23 13:08:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-23 13:08:53 +0000 |
commit | f814b58056e6f63b7a016155e2ca59810b0c20be (patch) | |
tree | bd2ff13d3e0c9031fea07a9a19b15e4d611a48d7 /modules/hash | |
parent | 71f54bde7e4e8d7a4af53c8f6dc9f6e372a44d1d (diff) | |
download | gnulib-f814b58056e6f63b7a016155e2ca59810b0c20be.tar.gz |
(Depends-on): Add xalloc.
(Files): Remove lib/xalloc.h.
Diffstat (limited to 'modules/hash')
-rw-r--r-- | modules/hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hash b/modules/hash index f3ebfc3239..05ac4402f9 100644 --- a/modules/hash +++ b/modules/hash @@ -2,13 +2,13 @@ Description: Parametrizable hash table. Files: -lib/hash.h lib/hash.c +lib/hash.h m4/hash.m4 -lib/xalloc.h Depends-on: stdbool +xalloc configure.ac: gl_HASH |