Cliff Woolley <[EMAIL PROTECTED]> writes: > Rather than having a separate parameter to the macro, I think I'd rather > see something like this: > > #define APR_DECLARE_INHERIT_SET(name) \ > APR_DECLARE(apr_status_t) apr_##name##_inherit_set( \ > apr_##name##_t *the##name) > > thesocket, mysocket, socket_param, something like that.
Much better solution! I totally didn't think of that. Unless anyone objects, I will be committing this sometime in the next few days. (Unless you want it, Cliff, in which case it's all yours.) -K
