diff options
author | Mike Hommey <mh@glandium.org> | 2004-09-10 05:26:00 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-09-10 05:26:00 +0000 |
commit | 09deb06614c3408ec0816a3c88920138bae2083c (patch) | |
tree | a1b841a7dc28eecb98ca361c9371ecd1449a1908 /xmlmemory.c | |
parent | c14c53a3645d81281058d4bb4cff24fa8d6faf33 (diff) | |
download | libxml2-09deb06614c3408ec0816a3c88920138bae2083c.tar.gz |
Load /tmp/tmp.BmUFjT/libxml2-2.6.13 intoupstream/2.6.13
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'xmlmemory.c')
-rw-r--r-- | xmlmemory.c | 6 |
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! |