Misedit in #4888.
Jarkko Hietaniemi [Tue, 25 Jan 2000 14:44:55 +0000 (14:44 +0000)]
p4raw-id: //depot/cfgperl@4889

pp.c

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)