summaryrefslogtreecommitdiff
path: root/lib/hash.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-14 15:15:07 +0000
committerJim Meyering <jim@meyering.net>1997-12-14 15:15:07 +0000
commitef938e62d04e51bfb7549bfd385cc5dd769e202a (patch)
tree761a26b252264cbc2094c0365eb3b2bd6417977e /lib/hash.h
parente68f7b2e4b42a834d5cee09bb81a8be98d869478 (diff)
downloadcoreutils-ef938e62d04e51bfb7549bfd385cc5dd769e202a.tar.xz
s/HAVE_DECLARATION_/HAVE_DECL_/.
Diffstat (limited to 'lib/hash.h')
-rw-r--r--lib/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hash.h b/lib/hash.h
index 59229bb48..ddf4add25 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -20,11 +20,11 @@
# include <stdlib.h>
# endif
-# ifndef HAVE_DECLARATION_FREE
+# ifndef HAVE_DECL_FREE
void free ();
# endif
-# ifndef HAVE_DECLARATION_MALLOC
+# ifndef HAVE_DECL_MALLOC
char *malloc ();
# endif