From: Jarkko Hietaniemi Date: Tue, 25 Jan 2000 14:44:55 +0000 (+0000) Subject: Misedit in #4888. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f9dfb06316b99007b1cc3a8836f63496f8f2f8e;p=p5sagit%2Fp5-mst-13.2.git Misedit in #4888. p4raw-id: //depot/cfgperl@4889 --- diff --git a/pp.c b/pp.c index b113526..13fbec8 100644 --- 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)