This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The NO_C99_LONG_DOUBLE_MATH is no more used.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Nov 2014 11:56:15 +0000 (06:56 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:46 +0000 (19:01 -0500)
ext/POSIX/POSIX.xs

index 7012993..63f0d36 100644 (file)
 #    define bessel_y1 y1q
 #    define bessel_yn ynq
 #  elif defined(USE_LONG_DOUBLE) && \
-     !defined(NO_C99_LONG_DOUBLE_MATH) && \
       defined(HAS_ILOGBL)
 /* There's already a symbol for ilogbl, we will use its truthiness
  * as the canary for all the *l variants being defined. */