diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-08 19:33:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-08 19:33:13 +0000 |
commit | c9524c0cd8a7dfef5761706e7b30bf64a3e2df34 (patch) | |
tree | c80264855fb1dd5634195072409933ffb9c9fe93 /newlib/libc/stdlib/a64l.c | |
parent | 9f13ccb3562531b31642db1151f126fe31c972fb (diff) | |
download | cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.tar.gz cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.tar.bz2 cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.zip |
2004-01-08 Joel Sherrill <joel@oarcorp.com>
* libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
Remove warnings.
Diffstat (limited to 'newlib/libc/stdlib/a64l.c')
-rw-r--r-- | newlib/libc/stdlib/a64l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/a64l.c b/newlib/libc/stdlib/a64l.c index 9a56a9141..93c8e834b 100644 --- a/newlib/libc/stdlib/a64l.c +++ b/newlib/libc/stdlib/a64l.c @@ -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; |