POSIX doesn't report long double values under -Duselongdouble
authorSpider Boardman <spider@orb.nashua.nh.us>
Thu, 31 Aug 2000 11:48:48 +0000 (07:48 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Aug 2000 16:04:49 +0000 (16:04 +0000)
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

ext/POSIX/POSIX.xs

index 06869f6..a536671 100644 (file)
@@ -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