Skip to content

Commit

Permalink
Only allow libxslt before 1.1.38 to use deprecated xmlStringCurrentCh…
Browse files Browse the repository at this point in the history
…ar()
  • Loading branch information
kiyolee committed May 13, 2023
1 parent d7eeb84 commit 59625ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libxml/parserInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ XMLPUBFUN int namePush (xmlParserCtxtPtr ctxt,
*/
XML_DEPRECATED
XMLPUBFUN int xmlSkipBlankChars (xmlParserCtxtPtr ctxt);
#ifndef IN_LIBXSLT
#if !defined(IN_LIBXSLT) || !defined(LIBXSLT_VERSION) || LIBXSLT_VERSION >= 10138
XML_DEPRECATED
#endif
XMLPUBFUN int xmlStringCurrentChar (xmlParserCtxtPtr ctxt,
Expand Down

0 comments on commit 59625ba

Please sign in to comment.