]> granicus.if.org Git - libexpat/commit
Define specific return values for the XML_Parse*() functions, and use them
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 2 Aug 2002 19:40:09 +0000 (19:40 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 2 Aug 2002 19:40:09 +0000 (19:40 +0000)
commite573251a942b8e97ae8a6060baf7dbada31457dd
treed17408d71981f72cea3ee18402cdc2ce7d341038
parentf9777c9428280dba33241a0c45777aacac45a167
Define specific return values for the XML_Parse*() functions, and use them
to test all XML_Parse*() return values in the test and sample code.
This is binary-compatible with previous Expat 1.95.x releases.
expat/examples/elements.c
expat/examples/outline.c
expat/lib/expat.h
expat/tests/runtests.c
expat/xmlwf/xmlfile.c