summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-06 06:50:15 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-06 06:50:15 -0500
commitd71b73c8676247f407252233c46a3a4862ee988a (patch)
tree36a4ec4b74e8bd75dafe89dc8c063659d995b21e /Configure
parent28290e0ae0c22a289ce6863cd61cf2e9a7392aa9 (diff)
downloadperl-d71b73c8676247f407252233c46a3a4862ee988a.tar.gz
Comment tweak.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index c78bd3f1a8..2a9e25b27f 100755
--- a/Configure
+++ b/Configure
@@ -6957,7 +6957,7 @@ static const long double d = -0.1L;
int main() {
unsigned const char* b = (unsigned const char*)(&d);
#if DOUBLESIZE == LONGDBLSIZE
- printf("0\n"); /* unknown */
+ printf("0\n"); /* if it floats like double */
exit(0);
#endif
#if (LDBL_MANT_DIG == 113 || FLT128_MANT_DIG == 113) && LONGDBLSIZE == 16