projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a13f98
)
Turn off the integer preservation for now.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 10 Jan 2001 15:16:07 +0000
(15:16 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 10 Jan 2001 15:16:07 +0000
(15:16 +0000)
p4raw-id: //depot/perl@8389
perl.h
patch
|
blob
|
history
diff --git
a/perl.h
b/perl.h
index
e33067d
..
41b1c2a
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-1084,9
+1084,9
@@
typedef UVTYPE UV;
#define IV_DIG (BIT_DIGITS(IVSIZE * 8))
#define UV_DIG (BIT_DIGITS(UVSIZE * 8))
-
/* We like our integers to stay integers
. */
+
#define NO_PERL_PRESEVE_IVUV /* Not finished yet
. */
#ifndef NO_PERL_PRESERVE_IVUV
-#define PERL_PRESERVE_IVUV
+#define PERL_PRESERVE_IVUV
/* We like our integers to stay integers. */
#endif
/*