From 09deb06614c3408ec0816a3c88920138bae2083c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 10 Sep 2004 05:26:00 +0000 Subject: Load /tmp/tmp.BmUFjT/libxml2-2.6.13 into packages/libxml2/branches/upstream/current. --- xmlmemory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlmemory.c') diff --git a/xmlmemory.c b/xmlmemory.c index 4993351..88d191b 100644 --- a/xmlmemory.c +++ b/xmlmemory.c @@ -805,12 +805,12 @@ xmlMemoryDump(void) int xmlInitMemory(void) { +#ifdef HAVE_STDLIB_H + char *breakpoint; +#endif #ifdef DEBUG_MEMORY xmlGenericError(xmlGenericErrorContext, "xmlInitMemory()\n"); -#endif -#ifdef HAVE_STDLIB_H - char *breakpoint; #endif /* This is really not good code (see Bug 130419). Suggestions for -- cgit v1.2.3