2004-01-08 Joel Sherrill <joel@oarcorp.com>

* libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
        Remove warnings.
This commit is contained in:
Jeff Johnston
2004-01-08 19:33:13 +00:00
parent 9f13ccb356
commit c9524c0cd8
4 changed files with 8 additions and 2 deletions

View File

@ -62,7 +62,7 @@ long
_DEFUN (a64l, (input),
const char *input)
{
char *ptr;
const char *ptr;
char ch;
int i, digit;
unsigned long result = 0;