At 16:15 -0600 18/01/01, Sam TH wrote:
>ICONV_CONST is a horrible hack that I created to fix this problem of
>incompatible iconv() prototypes. What you need to do is find where
>ICONV_CONST is defined, and add something like this:
>
>#ifdef __MAC_OS__ // or whatever your platform defines
>#define ICONV_CONST const
>#endif
>
>That should fix the problem.
It does. I thought it didn't, but I messed up my defines.
Commited.
Checking in ut_types.h;
/cvsroot/abi/src/af/util/xp/ut_types.h,v <-- ut_types.h
new revision: 1.40; previous revision: 1.39
Thanks everybody for the help
Hub