From 1c84b04e16f32c6808e7ee48d78e4335e8d02eea Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 5 Sep 2014 14:03:10 +0000 Subject: [PATCH] Made XML_ExpatVersionInfo() a stack-call function for now, to avoid a probable bug in 68k AROS_LHx macros when returning a structure by value. AFAICT, this should not affect binary compatibility (by virtue of the function having no parameters). git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49577 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/expat/lib/expat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/libs/expat/lib/expat.conf b/workbench/libs/expat/lib/expat.conf index 4bf7107419..cb979ede88 100644 --- a/workbench/libs/expat/lib/expat.conf +++ b/workbench/libs/expat/lib/expat.conf @@ -65,7 +65,7 @@ enum XML_Status XML_SetEncoding(XML_Parser parser, const XML_Char * encodingName int XML_SetParamEntityParsing(XML_Parser parser, enum XML_ParamEntityParsing parsing) (A0, D0) void XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) (A0, D0) const XML_LChar * XML_ExpatVersion() () -XML_Expat_Version XML_ExpatVersionInfo() () +XML_Expat_Version XML_ExpatVersionInfo() XML_Bool XML_ParserReset(XML_Parser parser, const XML_Char * encodingName) (A0, A1) void XML_SetSkippedEntityHandler(XML_Parser parser, XML_SkippedEntityHandler handler) (A0, A1) enum XML_Error XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD) (A0, D0) -- 2.11.4.GIT