From: Jarkko Hietaniemi Date: Wed, 10 Jan 2001 21:57:54 +0000 (+0000) Subject: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67265515025556a0e5334fa30dace9bb86abb5d0;p=p5sagit%2Fp5-mst-13.2.git Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem of IRIX, HP-UX is unaffected. p4raw-id: //depot/perl@8400 --- diff --git a/perl.h b/perl.h index 41b1c2a..19827a3 100644 --- a/perl.h +++ b/perl.h @@ -1084,7 +1084,6 @@ typedef UVTYPE UV; #define IV_DIG (BIT_DIGITS(IVSIZE * 8)) #define UV_DIG (BIT_DIGITS(UVSIZE * 8)) -#define NO_PERL_PRESEVE_IVUV /* Not finished yet. */ #ifndef NO_PERL_PRESERVE_IVUV #define PERL_PRESERVE_IVUV /* We like our integers to stay integers. */ #endif