Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
Jarkko Hietaniemi [Wed, 10 Jan 2001 21:57:54 +0000 (21:57 +0000)]
of IRIX, HP-UX is unaffected.

p4raw-id: //depot/perl@8400

perl.h

diff --git a/perl.h b/perl.h
index 41b1c2a..19827a3 100644 (file)
--- 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