From 1318745670424caf6c309d2a8e64000cb32872aa Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 20 Dec 2007 17:20:29 +0000 Subject: char can be unsigned, so i8 needs to be signed char. p4raw-id: //depot/perl@32671 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure') diff --git a/Configure b/Configure index ce038a3f78..e8059b0a35 100755 --- a/Configure +++ b/Configure @@ -15199,7 +15199,7 @@ int main() { } EOCP -i8type=char +i8type="signed char" u8type="unsigned char" i8size=1 u8size=1 -- cgit v1.2.1