disable the use of long double, we don't use it

This commit is contained in:
Daniel Stenberg 2004-02-25 15:34:05 +00:00
parent 5168b32f86
commit f9b2b7940e
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ static int dprintf_formatf(
/* NOTE NOTE NOTE!! Not all sprintf() implementations returns number
of output characters */
#if SIZEOF_LONG_DOUBLE
#if 0 /*SIZEOF_LONG_DOUBLE*/
if (p->flags & FLAGS_LONG)
/* This is for support of the 'long double' type */
(sprintf)(work, formatbuf, p->data.ldnum);