Paul Watson wrote:
> Any ideas why ./Modules/cjkcodecs/_codecs_cn.c fails to compile?  It 
> appears that the CODEC_STATELESS macro is concatenating 'hz' with a 
> number and text.

More likely, hz is already defined to be 100, then forming 100_encode.

It would be best if you could find out what AIX header file defines
hz to be 100, and whether there is any way to supress that definition.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to