summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-20 17:20:29 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-20 17:20:29 +0000
commit1318745670424caf6c309d2a8e64000cb32872aa (patch)
treef7f02e331ff2f2d81b8416fc00cabfab3a68365b /Configure
parent8119684ffb78148615b341699e2e8eb537bbe57f (diff)
downloadperl-1318745670424caf6c309d2a8e64000cb32872aa.tar.gz
char can be unsigned, so i8 needs to be signed char.
p4raw-id: //depot/perl@32671
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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