internal.h: aggregate prototypes to internal.h.

- mrb_f_send()
- mrb_ci_nregs()
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-11-02 14:24:42 +09:00
parent e3dd65f761
commit bf642becc2
5 changed files with 3 additions and 9 deletions
-3
View File
@@ -2963,9 +2963,6 @@ init_class_new(mrb_state *mrb, struct RClass *cls)
mrb_define_method_raw(mrb, cls, MRB_SYM(new), m);
}
/* implementation of #send method */
mrb_value mrb_f_send(mrb_state *mrb, mrb_value self);
void
mrb_init_class(mrb_state *mrb)
{