summaryrefslogtreecommitdiff
path: root/python/libxml.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-10-18 04:53:14 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-10-18 04:53:14 +0000
commit871611bb0325095b30559ff1edc1fdaa2ad5fd2f (patch)
tree26133079cfc10b49cdc63b27b5761f6e0c6f2e3f /python/libxml.c
parent4aede2e66b88ad782b506341c6ea40554456a8b4 (diff)
downloadlibxml2-871611bb0325095b30559ff1edc1fdaa2ad5fd2f.tar.gz
enhanced macros to avoid breaking ABI from previous versions. modified to
* genChRanges.py, chvalid.c, include/libxml/chvalid.h, include/libxml/parserInternals.h: enhanced macros to avoid breaking ABI from previous versions. * catalog.c, parser.c, tree.c: modified to use IS_* macros defined in parserInternals.h. Makes maintenance much easier. * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid compilation warnings * configuration.in: fixed pushHTML test error; enhanced for better devel (me) testing
Diffstat (limited to 'python/libxml.c')
-rw-r--r--python/libxml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxml.c b/python/libxml.c
index 6f3ca8b8..2860bca8 100644
--- a/python/libxml.c
+++ b/python/libxml.c
@@ -1061,6 +1061,7 @@ static xmlSAXHandler pythonSaxHandler = {
1,
NULL, /* TODO mograte to SAX2 */
NULL,
+ NULL,
NULL
};