projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c71a9ce
)
Misedit in #4888.
Jarkko Hietaniemi [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)