From 0258287e57d38499e8d78fd28bd17c60cc51323a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 20 Jul 2004 22:32:17 +0000 Subject: Made the char property lookup table constant git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4905 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/include/ctype.h') diff --git a/firmware/include/ctype.h b/firmware/include/ctype.h index c72a256e4b..f884b09f81 100644 --- a/firmware/include/ctype.h +++ b/firmware/include/ctype.h @@ -39,7 +39,7 @@ int _EXFUN(_toupper, (int __c)); #ifdef PLUGIN #define _ctype_ (rb->_ctype_) #else -extern char _ctype_[]; +extern const char _ctype_[]; #endif #ifndef __cplusplus -- cgit v1.2.3