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:
@ -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;
|
||||
|
Reference in New Issue
Block a user