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
(parent:
c71a9ce
)
Misedit in #4888.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 25 Jan 2000 14:44:55 +0000
(14:44 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 25 Jan 2000 14:44:55 +0000
(14:44 +0000)
p4raw-id: //depot/cfgperl@4889
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
b113526
..
13fbec8
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-86,7
+86,7
@@
typedef unsigned UBW;
# define PERL_NATINT_PACK
#endif
-#if LONGSIZE >
0xFFFF
&& defined(_CRAY)
+#if LONGSIZE >
4
&& defined(_CRAY)
# if BYTEORDER == 0x12345678
# define OFF16(p) (char*)(p)
# define OFF32(p) (char*)(p)