2002-02-05 Manik Raina <manik@cisco.com>
* libc/misc/dprintf (parse_number): #if 0 unused function. * libc/stdlib/ldtoa.c (_ldcheck): Remove unused local variables s, p, k, and outstr. * libc/stdlib/dtoa.c (_dtoa_r): Initialize mlo.
This commit is contained in:
@@ -229,7 +229,7 @@ _DEFUN (_dtoa_r,
|
||||
int denorm;
|
||||
__ULong x;
|
||||
#endif
|
||||
_Bigint *b, *b1, *delta, *mlo, *mhi, *S;
|
||||
_Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S;
|
||||
double ds;
|
||||
char *s, *s0;
|
||||
|
||||
|
@@ -2838,11 +2838,8 @@ int
|
||||
_ldcheck (long double *d)
|
||||
{
|
||||
unsigned short e[NI];
|
||||
char *s, *p;
|
||||
int k;
|
||||
LDPARMS rnd;
|
||||
LDPARMS *ldp = &rnd;
|
||||
char *outstr;
|
||||
|
||||
rnd.rlast = -1;
|
||||
rnd.rndprc = NBITS;
|
||||
|
Reference in New Issue
Block a user