aboutsummaryrefslogtreecommitdiffstats
path: root/xmlmemory.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-11 22:55:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-11 22:55:55 +0000
commitb44025c72b7472971a061b022cfe422adc42715d (patch)
tree8286242ccaba46dbede84aa092cce816cbc1f5aa /xmlmemory.c
parent75b96824bccaeadd9e71eba9be7fab1bd88ac814 (diff)
downloadandroid_external_libxml2-b44025c72b7472971a061b022cfe422adc42715d.tar.gz
android_external_libxml2-b44025c72b7472971a061b022cfe422adc42715d.tar.bz2
android_external_libxml2-b44025c72b7472971a061b022cfe422adc42715d.zip
started integrating the non-controversial parts of Gary Pennington
* HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c parser.c valid.c xmlmemory.c xpath.c xpointer.c: started integrating the non-controversial parts of Gary Pennington multithread patches * catalog.c: corrected a small bug introduced Daniel
Diffstat (limited to 'xmlmemory.c')
-rw-r--r--xmlmemory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlmemory.c b/xmlmemory.c
index ba74cafa..f6892364 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -94,9 +94,9 @@ typedef struct memnod {
static unsigned long debugMemSize = 0;
static unsigned long debugMaxMemSize = 0;
static int block=0;
-int xmlMemStopAtBlock = 0;
-void *xmlMemTraceBlockAt = NULL;
-int xmlMemInitialized = 0;
+static int xmlMemStopAtBlock = 0;
+static void *xmlMemTraceBlockAt = NULL;
+static int xmlMemInitialized = 0;
#ifdef MEM_LIST
static MEMHDR *memlist = NULL;
#endif
@@ -625,7 +625,7 @@ void debugmem_tag_error(void *p)
#endif
}
-FILE *xmlMemoryDumpFile = NULL;
+static FILE *xmlMemoryDumpFile = NULL;
/**