mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixed compilation when configured --without-sax1 and other cleanups fixes
* SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation when configured --without-sax1 and other cleanups fixes bug #172683 * doc/* elfgcchack.h: regenerated Daniel
This commit is contained in:
@@ -3913,7 +3913,7 @@ static int
|
||||
test_xmlSAX2EndElement(void) {
|
||||
int test_ret = 0;
|
||||
|
||||
#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
|
||||
#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
|
||||
#ifdef LIBXML_SAX1_ENABLED
|
||||
int mem_base;
|
||||
void * ctx; /* the user data (XML parser context) */
|
||||
@@ -4878,7 +4878,7 @@ static int
|
||||
test_xmlSAX2StartElement(void) {
|
||||
int test_ret = 0;
|
||||
|
||||
#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
|
||||
#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
|
||||
#ifdef LIBXML_SAX1_ENABLED
|
||||
int mem_base;
|
||||
void * ctx; /* the user data (XML parser context) */
|
||||
|
Reference in New Issue
Block a user