In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/16ac183d95cef3f9028737e9949a7e78a750c9fe?hp=6f8f872e565093e8c0e9fdbbbfcebd7c65679c2e>
- Log ----------------------------------------------------------------- commit 16ac183d95cef3f9028737e9949a7e78a750c9fe Author: Jan Dubois <[email protected]> Date: Fri Jun 5 17:18:20 2015 -0700 sunmath.h is only used for builds using long doubles ----------------------------------------------------------------------- Summary of changes: perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.h b/perl.h index 2ece214..be9fc9a 100644 --- a/perl.h +++ b/perl.h @@ -4366,7 +4366,7 @@ static const union { unsigned int __i; float __f; } __PL_inf_u = #if !defined(NV_NAN) && defined(QNAN) # define NV_NAN (NV)QNAN #endif -#if !defined(NV_NAN) && defined(I_SUNMATH) +#if !defined(NV_NAN) && defined(USE_LONG_DOUBLE) && defined(I_SUNMATH) # define NV_NAN (NV)quiet_nan() #endif #if !defined(NV_NAN) -- Perl5 Master Repository
