Use __inline instead of inline.

This commit is contained in:
tjr 2003-11-08 02:56:03 +00:00
parent 7f360419c4
commit c48a892fd1

View File

@ -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;