Turn utf8_walkbyte into static INLINE
This commit is contained in:
parent
efc245b85a
commit
9629bd126e
|
@ -195,7 +195,7 @@ size_t utf8len(const char *string)
|
|||
return ret;
|
||||
}
|
||||
|
||||
inline uint8_t utf8_walkbyte(const char **string)
|
||||
static INLINE uint8_t utf8_walkbyte(const char **string)
|
||||
{
|
||||
return *((*string)++);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue