From 980359f9243668008e3984352f7ad72b1113abbe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Jun 2002 13:51:51 +0000 Subject: fix ctype extern git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1046 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/include/ctype.h b/firmware/include/ctype.h index 18dd02f707..b6d8a43492 100644 --- a/firmware/include/ctype.h +++ b/firmware/include/ctype.h @@ -36,7 +36,7 @@ int _EXFUN(_toupper, (int __c)); #define _X 0100 #define _B 0200 -extern __IMPORT _CONST char _ctype_[]; +extern char _ctype_[]; #ifndef __cplusplus #define isalpha(c) ((_ctype_+1)[(unsigned)(c)]&(_U|_L)) -- cgit v1.2.3