summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-10 21:57:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-10 21:57:54 +0000
commit67265515025556a0e5334fa30dace9bb86abb5d0 (patch)
tree52f05bb5ef974f2a6587dae480bab5ed751c29ed /perl.h
parent121c220b9702deba50950c191dfc820e5e10754b (diff)
downloadperl-67265515025556a0e5334fa30dace9bb86abb5d0.tar.gz
Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
of IRIX, HP-UX is unaffected. p4raw-id: //depot/perl@8400
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 41b1c2a211..19827a3101 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