X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhash.c;h=1d7a59d113d6bf1c5a000ebf147cdcf888e834d2;hb=de1b0c616f4497865334c973236206a7d391fd23;hp=b07e3e1753e007a7ab1effcc5d9e4d2e936d5a80;hpb=92065733b4a3d2b834da799309dbb2730d9cc5e4;p=gnulib.git diff --git a/lib/hash.c b/lib/hash.c index b07e3e175..1d7a59d11 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -36,14 +36,14 @@ typedef enum {false = 0, true = 1} bool; #include #ifndef HAVE_DECL_FREE -'this configure-time declaration test was not run' +"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' +"this configure-time declaration test was not run" #endif #if !HAVE_DECL_MALLOC char *malloc ();