diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-06 06:50:15 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-06 06:50:15 -0500 |
commit | d71b73c8676247f407252233c46a3a4862ee988a (patch) | |
tree | 36a4ec4b74e8bd75dafe89dc8c063659d995b21e /Configure | |
parent | 28290e0ae0c22a289ce6863cd61cf2e9a7392aa9 (diff) | |
download | perl-d71b73c8676247f407252233c46a3a4862ee988a.tar.gz |
Comment tweak.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |