axis2_string.h macro strangeness
--------------------------------
Key: AXIS2C-265
URL: http://issues.apache.org/jira/browse/AXIS2C-265
Project: Axis2-C
Issue Type: Improvement
Components: util
Affects Versions: Current (Nightly)
Reporter: James Clark
Priority: Trivial
I don't see how it's useful for axis2_string.h to provide macros like this:
#define AXIS2_STRCMP(s1, s2) \
axis2_strcmp(s1, s2)
Why not have the clients use axis2_strcmp directly? The macro just uglifies
code that uses it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]