summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-02-27 16:37:57 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-02-27 16:40:35 -0500
commit2c3f32ad7d1eb50a91b5d7550f679776aabbae67 (patch)
tree8365d84cf026398155fc9bfcf7fb6079e9229964 /perl.h
parent3d62d92055a4ab9a97fbb3cdf889c3c94b22b5a3 (diff)
downloadperl-2c3f32ad7d1eb50a91b5d7550f679776aabbae67.tar.gz
infnan: NV_MANT_REAL_DIG is unused
(now that the nan payload code is gone)
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl.h b/perl.h
index f540e3a194..1df9e71bfc 100644
--- a/perl.h
+++ b/perl.h
@@ -6482,15 +6482,6 @@ extern void moncontrol(int);
# endif
#endif
-/* The implicit bit platforms include the implicit bit
- * in the NV_MANT_DIG. The bit isn't really there, however,
- * so the real count of mantissa bits is one less. */
-#ifdef NV_IMPLICIT_BIT
-# define NV_MANT_REAL_DIG (NV_MANT_DIG - 1)
-#else
-# define NV_MANT_REAL_DIG (NV_MANT_DIG)
-#endif
-
/*
(KEEP THIS LAST IN perl.h!)