Ooops, should have sent to dev list ;(

Hi All,
   Given that the AXIS2_DECLARE macro takes an argument that is a
function return type, and neither the calling convention nor the linkage
are conceptually related to the return type, I removed it altogether and
introduced an AXIS2_EXTERN macro

The old macro of the format:
AXIS2_DECLARE(ret_type) func(...);
now is replaced with
AXIS2_EXTERN ret_type AXIS2_CALL func(...)

   As this has nothing to do with the user API, and does not affect the
users, I have already done the change.
   Woden, xml_schema and Guththila codes may be broken. But the rest
works fine.

Thanks,
Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to