From: Spider Boardman Date: Thu, 31 Aug 2000 11:48:48 +0000 (-0400) Subject: POSIX doesn't report long double values under -Duselongdouble X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53796371599bf0ffdbd56139e8027e8e40cf0f6c;p=p5sagit%2Fp5-mst-13.2.git POSIX doesn't report long double values under -Duselongdouble when the long doubles are "real" (bigger than doubles). Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com> p4raw-id: //depot/perl@6949 --- diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 06869f6..a536671 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -539,7 +539,7 @@ mini_mktime(struct tm *ptm) } #ifdef HAS_LONG_DOUBLE -# if LONG_DOUBLESIZE > DOUBLESIZE +# if LONG_DOUBLESIZE > NVSIZE # undef HAS_LONG_DOUBLE /* XXX until we figure out how to use them */ # endif #endif