projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e05321a
)
Configure test for byteorder loses bits
Gurusamy Sarathy [Tue, 23 Apr 2002 22:27:07 +0000 (22:27 +0000)]
p4raw-id: //depot/perl@16111
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
88492fd
..
51ecb8d
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-16166,7
+16166,7
@@
int main()
} u;
if ($uvsize > 4)
- u.l = (0x08070605L << 32) | 0x04030201L;
+ u.l = (((UV)0x08070605) << 32) | (UV)0x04030201;
else
u.l = 0x04030201L;
for (i = 0; i < $uvsize; i++)