changeset 1168:c58834e11c55

s/HAVE_DECLARATION_/HAVE_DECL_/.
author Jim Meyering <jim@meyering.net>
date Sun, 14 Dec 1997 15:15:07 +0000
parents f8aa853638f0
children 7d847e03dad4
files lib/hash.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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