X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhash.c;h=1d7a59d113d6bf1c5a000ebf147cdcf888e834d2;hb=618f09f72ba36d7c43802fa5fc07aca28172e6fd;hp=e3e5f6bdc81a81ab49b5f21d5f19e224834cb678;hpb=b19c419ee684dbab967f81d0dc37242d23a534e0;p=gnulib.git diff --git a/lib/hash.c b/lib/hash.c index e3e5f6bdc..1d7a59d11 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,5 +1,5 @@ /* hash - hashing table processing. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. Written by Jim Meyering, 1992. This program is free software; you can redistribute it and/or modify @@ -35,9 +35,16 @@ typedef enum {false = 0, true = 1} bool; #include #include +#ifndef HAVE_DECL_FREE +"this configure-time declaration test was not run" +#endif #if !HAVE_DECL_FREE void free (); #endif + +#ifndef HAVE_DECL_MALLOC +"this configure-time declaration test was not run" +#endif #if !HAVE_DECL_MALLOC char *malloc (); #endif