[!HAVE_DECL_MALLOC]: Declare malloc.
authorJim Meyering <jim@meyering.net>
Mon, 4 Dec 2000 09:15:49 +0000 (09:15 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Dec 2000 09:15:49 +0000 (09:15 +0000)
lib/path-concat.c

index d6dafc939850ad1467f2612f88649364313e642a..dfc54023817ae6f705bdb488a3c62ea909a072a6 100644 (file)
 #endif
 #include <sys/types.h>
 
+#ifndef HAVE_DECL_MALLOC
+"this configure-time declaration test was not run"
+#endif
+#if !HAVE_DECL_MALLOC
 char *malloc ();
+#endif
+
 #ifndef strdup
 char *strdup ();
 #endif