summaryrefslogtreecommitdiff
path: root/entities.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 /entities.c
parent75b96824bccaeadd9e71eba9be7fab1bd88ac814 (diff)
downloadlibxml2-b44025c72b7472971a061b022cfe422adc42715d.tar.gz
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 'entities.c')
-rw-r--r--entities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities.c b/entities.c
index a2306665..09f46d34 100644
--- a/entities.c
+++ b/entities.c
@@ -38,7 +38,7 @@ static struct xmlPredefinedEntityValue xmlPredefinedEntityValues[] = {
* TODO: This is GROSS, allocation of a 256 entry hash for
* a fixed number of 4 elements !
*/
-xmlHashTablePtr xmlPredefinedEntities = NULL;
+static xmlHashTablePtr xmlPredefinedEntities = NULL;
/*
* xmlFreeEntity : clean-up an entity record.