diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-08-16 16:02:59 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-10-02 18:34:57 -0400 |
commit | 94a2587fdd5c930411410a33daa1209d3ef941ea (patch) | |
tree | efe77a12a1d67a23fe32ab34c3352a2df0f040b6 /win32/config_H.vc | |
parent | 821805a244cacd9869331999cd53407f3323206a (diff) | |
download | perl-94a2587fdd5c930411410a33daa1209d3ef941ea.tar.gz |
Remove unused d_modfl_pow32_bug symbol.
Even if the bug might still be present in ancient versions of glibc,
there's no code in the current Perl core using that.
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index f6bbcc4ee4..5d90ee1cb1 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3869,16 +3869,8 @@ * a prototype for the modfl() function. Otherwise, it is up * to the program to supply one. */ -/* HAS_MODFL_POW32_BUG: - * This symbol, if defined, indicates that the modfl routine is - * broken for long doubles >= pow(2, 32). - * For example from 4294967303.150000 one would get 4294967302.000000 - * and 1.150000. The bug has been seen in certain versions of glibc, - * release 2.2.2 is known to be okay. - */ /*#define HAS_MODFL / **/ /*#define HAS_MODFL_PROTO / **/ -/*#define HAS_MODFL_POW32_BUG / **/ /* HAS_MPROTECT: * This symbol, if defined, indicates that the mprotect system call is |