diff options
| author | David Schultz <das@FreeBSD.org> | 2007-12-09 19:48:57 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2007-12-09 19:48:57 +0000 |
| commit | 0ce0ead5aa3ee054dc69f6b670d49602f90887ad (patch) | |
| tree | 7d655854c0aedc579f1dc0dcdd8c60a21d819e39 /lib/libc | |
| parent | f40b4cabee9641ee6b850930d4866296279c6698 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gdtoa/_ldtoa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/gdtoa/_ldtoa.c b/lib/libc/gdtoa/_ldtoa.c index 952ca98362f6..60c6b223bd6e 100644 --- a/lib/libc/gdtoa/_ldtoa.c +++ b/lib/libc/gdtoa/_ldtoa.c @@ -88,9 +88,7 @@ __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, break; case FP_SUBNORMAL: kind = STRTOG_Denormal; -#ifdef LDBL_IMPLICIT_NBIT be++; -#endif break; case FP_INFINITE: kind = STRTOG_Infinite; |
