This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tru64 more undef hints.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Nov 2014 12:01:57 +0000 (07:01 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:50 +0000 (19:01 -0500)
hints/dec_osf.sh

index 784eeb3..3844cca 100644 (file)
@@ -557,8 +557,20 @@ case "$ccflags" in
  ;;
 esac
 
-# nan is in libm, but seems broken (there is no proto, either)
+# These are in libm, but seem broken (there are no protos in headers,
+# or man pages, either)
+d_fdim='undef'
+d_fma='undef'
+d_fmax='undef'
+d_fmin='undef'
+d_llrint='undef'
+d_llround='undef'
+d_lrint='undef'
+d_lround='undef'
 d_nan='undef'
+d_nearbyint='undef'
+d_round='undef'
+d_scalbn='undef'
 
 #
 # Unset temporary variables no more needed.