Use __inline instead of inline.
This commit is contained in:
parent
7f360419c4
commit
c48a892fd1
@ -54,7 +54,7 @@ _GB2312_init(_RuneLocale *rl)
|
||||
return (0);
|
||||
}
|
||||
|
||||
static inline int
|
||||
static __inline int
|
||||
_GB2312_check(const char *str, size_t n)
|
||||
{
|
||||
const u_char *s = (const u_char *)str;
|
||||
|
Loading…
Reference in New Issue
Block a user