This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
OSX does have isfinite(), and 10.9+ prefers it over finite().
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 18 Aug 2014 12:56:48 +0000 (08:56 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Aug 2014 13:33:10 +0000 (09:33 -0400)
commit4c20d4c935c843f71412e6763e9c2c32c8e0c576
treea3b00e8648de70fe7e654ff39895ed3714b49345
parent4efd38a49acddd858e6fa57ad6f55eca523d0829
OSX does have isfinite(), and 10.9+ prefers it over finite().

isfinite() is a macro+inline while Configure tests it as a library symbol.
hints/darwin.sh