This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Introduce Perl_strtod (macro) to call strtold if long doubles.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Aug 2014 17:03:53 +0000 (13:03 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Aug 2014 14:29:59 +0000 (10:29 -0400)
commitf1b32d61769f585914d8b76114432eb7e0095f97
tree10e25177aa5134cf6301cbf691211bac3191051d
parent87190886599fa88a90d49de6fabe535bdddfc4d9
Introduce Perl_strtod (macro) to call strtold if long doubles.

Not that much effect since strtod is now only used to parse inf/nan
and then only if NV_INF + NV_NAN are missing.  (Earlier strtod()
returned always the double inf/nan, not the long double inf/nan.)
numeric.c
perl.h