]> granicus.if.org Git - libexpat/commit
Changed signature of XML_GetParsingStatus(), changing the return value
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 16 Mar 2004 03:53:24 +0000 (03:53 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 16 Mar 2004 03:53:24 +0000 (03:53 +0000)
commit2a3e8fa423e397aea72bd0dfdd9f322c908f50f7
tree3e4a84073cdfa98be3c9429c3c54f421f0affc69
parent5d1062a57df1213c77e4dc0cd1d7b9bfa267fef3
Changed signature of XML_GetParsingStatus(), changing the return value
to a parameter passed by reference (pointer). It seems that  the processing
of return values is not standardized, even when calling convention and
platform are specified. This should make Expat more usable as a shared library.
expat/lib/expat.h
expat/lib/xmlparse.c