X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsame.c;h=1cfb69322c939c22912da9ab73ff598daf57d268;hb=54c26afcfef8e232fbe34b601d7459bab899b2b5;hp=930ca0b2f7fccfaabc9467aaee418756c899a982;hpb=682d4570b676292520ba94dab161c1a50f51540e;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 930ca0b2f..1cfb69322 100644 --- a/lib/same.c +++ b/lib/same.c @@ -50,6 +50,9 @@ extern int errno; #define STREQ(a, b) (strcmp ((a), (b)) == 0) #ifndef HAVE_DECL_FREE +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_FREE void free (); #endif