Use long doubles only if they are useful.
Jarkko Hietaniemi [Mon, 26 Jul 1999 12:40:29 +0000 (12:40 +0000)]
p4raw-id: //depot/cfgperl@3773

ext/POSIX/POSIX.xs

index e4433e0..8f0c3b7 100644 (file)
@@ -358,7 +358,7 @@ not_here(char *s)
 }
 
 static
-#ifdef HAS_LONG_DOUBLE
+#if defined(HAS_LONG_DOUBLE) && (LONG_DOUBLESIZE > DOUBLESIZE)
 long double
 #else
 double