Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-01-08 22:33:13 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-01-08 22:33:13 +0300
commitc9524c0cd8a7dfef5761706e7b30bf64a3e2df34 (patch)
treec80264855fb1dd5634195072409933ffb9c9fe93 /newlib/libc/stdlib/a64l.c
parent9f13ccb3562531b31642db1151f126fe31c972fb (diff)
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.c2
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;