mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add MRB_API to mrb_str_modify_keep_ascii()
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user