This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid double long double.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 13 Aug 1999 23:02:53 +0000 (23:02 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 13 Aug 1999 23:02:53 +0000 (23:02 +0000)
p4raw-id: //depot/metaconfig@3984

U/perl/uselongdbl.U

index 80c41d8..223ea88 100644 (file)
@@ -37,13 +37,8 @@ esac
 rp='Try to use long doubles if available?'
 . ./myread
 case "$ans" in
-y|Y) 
-       val="$define"
-       ccflags="$ccflags -DUSE_LONG_DOUBLE"
-       ;;     
-*)      
-       val="$undef"
-       ;;
+y|Y)   val="$define"   ;;
+*)      val="$undef"   ;;
 esac
 set uselongdouble
 eval $setvar