Re: cvs commit: apr-util/include apr_xlate.h apu.h.in apu.hnw apu.hw

2002-07-19 Thread William A. Rowe, Jr.
At 12:55 PM 7/19/2002, Roy T. Fielding wrote: Ugh. Is there some reason we don't use normal symbol wrappers instead of this macro argument name replacement stuff? Actually, this is borked anyways, I'll be reverting. We have a basic problem with the results, apr_iconv() fn's return apr_status_t, wh

Re: cvs commit: apr-util/include apr_xlate.h apu.h.in apu.hnw apu.hw

2002-07-19 Thread Roy T. Fielding
Ugh. Is there some reason we don't use normal symbol wrappers instead of this macro argument name replacement stuff? Roy On Friday, July 19, 2002, at 01:32 AM, [EMAIL PROTECTED] wrote: +#if APR_HAS_APR_ICONV +#define HAVE_ICONV +#define iconv_(n) apr_iconv_##n +#else +#define iconv_