mruby.h: reorganize mrb_ensure/check functions in headers.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-08-30 07:34:21 +09:00
parent 64d5a40cde
commit 572a43de84
5 changed files with 9 additions and 25 deletions
-2
View File
@@ -204,8 +204,6 @@ MRB_API void mrb_ary_set(mrb_state *mrb, mrb_value ary, mrb_int n, mrb_value val
* @param other The array to replace it with.
*/
MRB_API void mrb_ary_replace(mrb_state *mrb, mrb_value self, mrb_value other);
MRB_API mrb_value mrb_ensure_array_type(mrb_state *mrb, mrb_value self);
MRB_API mrb_value mrb_check_array_type(mrb_state *mrb, mrb_value self);
/*
* Unshift an element into the array