1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-22 08:20:36 +08:00

cleanup entity pushing error handling based on a patch from Ashwin daniel

* include/libxml/parserInternals.h parser.c: cleanup entity
  pushing error handling based on a patch from Ashwin
daniel

svn path=/trunk/; revision=3779
This commit is contained in:
Daniel Veillard
2008-08-27 13:02:01 +00:00
parent 2cba415895
commit a8f09ce8d3
3 changed files with 49 additions and 20 deletions

View File

@@ -321,7 +321,7 @@ XMLPUBFUN xmlParserInputPtr XMLCALL
XMLPUBFUN xmlParserInputPtr XMLCALL
xmlNewEntityInputStream (xmlParserCtxtPtr ctxt,
xmlEntityPtr entity);
XMLPUBFUN void XMLCALL
XMLPUBFUN int XMLCALL
xmlPushInput (xmlParserCtxtPtr ctxt,
xmlParserInputPtr input);
XMLPUBFUN xmlChar XMLCALL