forked from len0rd/rockbox
fix ctype extern
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1046 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aca6b2ef22
commit
980359f924
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue