Change 32671 by [EMAIL PROTECTED] on 2007/12/20 17:20:29
char can be unsigned, so i8 needs to be signed char.Affected files ... ... //depot/perl/Configure#671 edit Differences ... ==== //depot/perl/Configure#671 (xtext) ==== Index: perl/Configure --- perl/Configure#670~32670~ 2007-12-20 08:22:07.000000000 -0800 +++ perl/Configure 2007-12-20 09:20:29.000000000 -0800 @@ -15199,7 +15199,7 @@ } EOCP -i8type=char +i8type="signed char" u8type="unsigned char" i8size=1 u8size=1 End of Patch.
