summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-05-06 07:41:42 -0600
committerKarl Williamson <khw@cpan.org>2019-05-06 07:50:00 -0600
commitdafe9eeb9e0b74c1fc0c4e480d8e9c452c2db1ba (patch)
tree606ef41a10d751c4a194b534607f0e4a3e9ae1c2
parent2ede6705761661369c948352ae60121492698a7c (diff)
downloadperl-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.
-rw-r--r--hints/freebsd.sh4
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)
;;