summaryrefslogtreecommitdiff
path: root/xmlmemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmlmemory.c')
-rw-r--r--xmlmemory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlmemory.c b/xmlmemory.c
index 4993351..88d191b 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -805,13 +805,13 @@ 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
improvement will be welcome!