This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8119684
)
char can be unsigned, so i8 needs to be signed char.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 20 Dec 2007 17:20:29 +0000
(17:20 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 20 Dec 2007 17:20:29 +0000
(17:20 +0000)
p4raw-id: //depot/perl@32671
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
ce038a3
..
e8059b0
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-15199,7
+15199,7
@@
int main() {
}
EOCP
}
EOCP
-i8type=
char
+i8type=
"signed char"
u8type="unsigned char"
i8size=1
u8size=1
u8type="unsigned char"
i8size=1
u8size=1