diff options
author | Karl Williamson <khw@cpan.org> | 2019-05-06 07:41:42 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-06 07:50:00 -0600 |
commit | dafe9eeb9e0b74c1fc0c4e480d8e9c452c2db1ba (patch) | |
tree | 606ef41a10d751c4a194b534607f0e4a3e9ae1c2 /hints | |
parent | 2ede6705761661369c948352ae60121492698a7c (diff) | |
download | perl-dafe9eeb9e0b74c1fc0c4e480d8e9c452c2db1ba.tar.gz |
Revert "PATCH: [perl #134031] BBC breake Math::Clipper"
This reverts commit 9ddfdb573eecc4201e23e59c82335dbdd9e7c7d3.
It turns out that strtod() isn't less accurate than atof() on this
platform; it's generally more accurate. We still don't fully understand
the situation, but the answer isn't this commit.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/freebsd.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 696b468570..bf89069437 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -345,10 +345,6 @@ case "$cc" in ;; esac -# This gives worse accuracy than atof() ! [perl #134031] -d_strtod='undef' -d_strtod_l='undef' - case `uname -p` in arm|mips) ;; |