1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-25 10:50:08 +03:00

fixed few conditional exports

This commit is contained in:
Igor Zlatkovic 2003-04-05 09:43:07 +00:00
parent adba5f1b0a
commit 398de29b05

View File

@ -936,7 +936,9 @@ xmlCleanupPredefinedEntities
xmlSaveFileEnc
/* XHTML */
xmlIsXHTML
#ifdef LIBXML_HTML_ENABLED
xmlIsXHTML
#endif /* LIBXML_HTML_ENABLED */
/* Compression */
xmlGetDocCompressMode
@ -1517,8 +1519,6 @@ xmlCleanupPredefinedEntities
/* Error reporting */
xmlXPatherror
xmlXPathDebugDumpObject
xmlXPathDebugDumpCompExpr
/* NodeSet handling */
xmlXPathNodeSetContains