This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the warning about abandoning long doubles more visible.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 16:58:08 +0000 (16:58 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 16:58:08 +0000 (16:58 +0000)
p4raw-id: //depot/metaconfig@5357

U/perl/uselongdbl.U

index e937627..0c41f8d 100644 (file)
@@ -74,9 +74,10 @@ case "$uselongdouble:$d_sqrtl" in
 $define:$undef)
                $cat <<EOM >&4
 
-You requested the use of long doubles but you do not seem to have
-the mathematic functions for long doubles.  I'm disabling the use
-of long doubles.
+*** You requested the use of long doubles but you do not seem to have
+*** the mathematic functions for long doubles.  I'm disabling the use
+*** of long doubles.
+
 EOM
        uselongdouble=$undef
        ;;