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:
parent
adba5f1b0a
commit
398de29b05
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user