From: Jarkko Hietaniemi Date: Mon, 26 Jul 1999 12:40:29 +0000 (+0000) Subject: Use long doubles only if they are useful. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a2c8ee7f5e7b292787c8a656a1e49fc453bcf75;p=p5sagit%2Fp5-mst-13.2.git Use long doubles only if they are useful. p4raw-id: //depot/cfgperl@3773 --- diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index e4433e0..8f0c3b7 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -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