aboutsummaryrefslogtreecommitdiffstats
path: root/globals.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-01-07 00:19:07 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-01-07 00:19:07 +0000
commit8326e73bc163e15fd7b5264c0cc6cf2480723869 (patch)
tree89e449d6770cfa4b463e2fb91ae7216107ee471c /globals.c
parenta55b27bc56da617d5d1c65ef114c5f59b08cdea5 (diff)
downloadandroid_external_libxml2-8326e73bc163e15fd7b5264c0cc6cf2480723869.tar.gz
android_external_libxml2-8326e73bc163e15fd7b5264c0cc6cf2480723869.tar.bz2
android_external_libxml2-8326e73bc163e15fd7b5264c0cc6cf2480723869.zip
fixed --with-threads compile fixed --without-debug compile cleanup add a
* globals.c: fixed --with-threads compile * xmllint.c: fixed --without-debug compile * include/libxml/globals.h: cleanup * include/libxml/schemasInternals.h: add a missing include Daniel
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index b05decd1..2a50a08e 100644
--- a/globals.c
+++ b/globals.c
@@ -115,6 +115,8 @@ xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
#undef xmlPedanticParserDefaultValue
#undef xmlSaveNoEmptyTags
#undef xmlSubstituteEntitiesDefaultValue
+#undef xmlRegisterNodeDefaultValue
+#undef xmlDeregisterNodeDefaultValue
#undef xmlFree
#undef xmlMalloc