summaryrefslogtreecommitdiff
path: root/xmlunicode.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-29 22:02:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-29 22:02:24 +0000
commit75e389d4e0ccd998d288387051e66a8f0b2af1b0 (patch)
tree529f174a221a689e2b712a7be2450fe9c4b4a72e /xmlunicode.c
parent4ea89f04ccd58de6cc4b83195252d0becba1fe69 (diff)
downloadlibxml2-75e389d4e0ccd998d288387051e66a8f0b2af1b0.tar.gz
more cleanups based on sparse reports, added "make sparse" Daniel
* Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c xmlwriter.c: more cleanups based on sparse reports, added "make sparse" Daniel
Diffstat (limited to 'xmlunicode.c')
-rw-r--r--xmlunicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlunicode.c b/xmlunicode.c
index af91f479..454963f4 100644
--- a/xmlunicode.c
+++ b/xmlunicode.c
@@ -926,8 +926,8 @@ static xmlChSRange xmlZS[] = {{0x20, 0x20}, {0xa0, 0xa0}, {0x1680, 0x1680},
{0x205f, 0x205f}, {0x3000, 0x3000} };
static xmlChRangeGroup xmlZG = {9,0,xmlZS,NULL};
-xmlUnicodeNameTable xmlUnicodeBlockTbl = {xmlUnicodeBlocks, 128};
-xmlUnicodeNameTable xmlUnicodeCatTbl = {xmlUnicodeCats, 36};
+static xmlUnicodeNameTable xmlUnicodeBlockTbl = {xmlUnicodeBlocks, 128};
+static xmlUnicodeNameTable xmlUnicodeCatTbl = {xmlUnicodeCats, 36};
/**
* xmlUnicodeLookup: