+2011-04-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * relocatable.c (_GL_USE_STDLIB_ALLOC): Define.
+ (malloc): Don't #undef; no longer needed.
+
2011-02-28 Bruno Haible <bruno@clisp.org>
Assume ANSI C behaviour of free().
# define _GNU_SOURCE 1
#endif
+#define _GL_USE_STDLIB_ALLOC 1
#include <config.h>
/* Specification. */
# define FILE_SYSTEM_PREFIX_LEN(P) 0
#endif
-/* Use the system functions, not the gnulib overrides in this file. */
-#undef malloc
-
/* Original installation prefix. */
static char *orig_prefix;
static size_t orig_prefix_len;