From: Jim Meyering Date: Sun, 14 Dec 1997 15:15:07 +0000 (+0000) Subject: s/HAVE_DECLARATION_/HAVE_DECL_/. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331683f2d54352de73a02e709fdbbd5314ccc324;p=pspp s/HAVE_DECLARATION_/HAVE_DECL_/. --- diff --git a/lib/hash.h b/lib/hash.h index 59229bb483..ddf4add252 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -20,11 +20,11 @@ # include # endif -# ifndef HAVE_DECLARATION_FREE +# ifndef HAVE_DECL_FREE void free (); # endif -# ifndef HAVE_DECLARATION_MALLOC +# ifndef HAVE_DECL_MALLOC char *malloc (); # endif