In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2c3f32ad7d1eb50a91b5d7550f679776aabbae67?hp=3d62d92055a4ab9a97fbb3cdf889c3c94b22b5a3>
- Log ----------------------------------------------------------------- commit 2c3f32ad7d1eb50a91b5d7550f679776aabbae67 Author: Jarkko Hietaniemi <[email protected]> Date: Fri Feb 27 16:37:57 2015 -0500 infnan: NV_MANT_REAL_DIG is unused (now that the nan payload code is gone) ----------------------------------------------------------------------- Summary of changes: perl.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/perl.h b/perl.h index f540e3a..1df9e71 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!) -- Perl5 Master Repository
