applied a small fix from Steve Hay Daniel

* xmlmemory.c: applied a small fix from Steve Hay
Daniel
diff --git a/ChangeLog b/ChangeLog
index 6ae003a..2338720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+	* xmlmemory.c: applied a small fix from Steve Hay
+
 Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
 
 	* xpath.c: Added code to in PREDICATE/FILTER handling to reset
diff --git a/xmlmemory.c b/xmlmemory.c
index 4993351..88d191b 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -805,13 +805,13 @@
 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!