aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-09 16:17:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-09 16:17:02 +0000
commitd0cf7f6eea7331cc398c232d7879e4239d989e14 (patch)
treee1a8f3de1c53681d272a2768ba3bd4e17f5abc24 /debugXML.c
parenta521d287516f2dc93a8fe540c5883ffc39cb5024 (diff)
downloadandroid_external_libxml2-d0cf7f6eea7331cc398c232d7879e4239d989e14.tar.gz
android_external_libxml2-d0cf7f6eea7331cc398c232d7879e4239d989e14.tar.bz2
android_external_libxml2-d0cf7f6eea7331cc398c232d7879e4239d989e14.zip
integrated in "make tests" added -q option, and more conditional features
* Makefile.am gentest.py testapi.c: integrated in "make tests" added -q option, and more conditional features fixes * catalog.c debugXML.c parser.c testThreads.c xmllint.c xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h include/libxml/debugXML.h: various compilation and conditional cleanups. * doc/*: regenerated Daniel
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debugXML.c b/debugXML.c
index 5ab0836d..1b8fd708 100644
--- a/debugXML.c
+++ b/debugXML.c
@@ -1772,6 +1772,7 @@ xmlBoolToText(int boolval)
return("False");
}
+#ifdef LIBXML_XPATH_ENABLED
/****************************************************************
* *
* The XML shell related functions *
@@ -3198,4 +3199,5 @@ xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input,
free(cmdline); /* not xmlFree here ! */
}
+#endif /* LIBXML_XPATH_ENABLED */
#endif /* LIBXML_DEBUG_ENABLED */