Add MRB_API to mrb_str_modify_keep_ascii()

This commit is contained in:
KOBAYASHI Shuji
2019-07-15 07:39:57 +09:00
parent 380805ece2
commit 9093f3403f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -706,7 +706,7 @@ mrb_locale_from_utf8(const char *utf8, int len)
}
#endif
void
MRB_API void
mrb_str_modify_keep_ascii(mrb_state *mrb, struct RString *s)
{
mrb_check_frozen(mrb, s);