aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-04 22:54:28 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-04 22:54:28 +0000
commit1fd36d2723d294f2580492ac0ed1e63a4446c103 (patch)
tree92709f68b1208b55ab3a32c11fd90859832a04cc /xmlIO.c
parent4d65a1c55b274fdb29129dba2b4eda24c0f9639b (diff)
downloadandroid_external_libxml2-1fd36d2723d294f2580492ac0ed1e63a4446c103.tar.gz
android_external_libxml2-1fd36d2723d294f2580492ac0ed1e63a4446c103.tar.bz2
android_external_libxml2-1fd36d2723d294f2580492ac0ed1e63a4446c103.zip
fixed a URI-Reference computation problem when validating small cleanup
* SAX.c: fixed a URI-Reference computation problem when validating * xmlIO.c: small cleanup Daniel
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlIO.c b/xmlIO.c
index 33f2d7ee..fd2b6104 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -74,7 +74,7 @@
#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefOutputCallbacks
#endif
-#define DEBUG_EXTERNAL_ENTITIES
+/* #define DEBUG_EXTERNAL_ENTITIES */
/* #define DEBUG_INPUT */
#ifdef DEBUG_INPUT