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
+2
View File
@@ -155,9 +155,11 @@ void mrb_gc_free_iv(mrb_state*, struct RObject*);
/* VM */
mrb_int mrb_ci_bidx(mrb_callinfo *ci);
mrb_int mrb_ci_nregs(mrb_callinfo *ci);
mrb_value mrb_exec_irep(mrb_state *mrb, mrb_value self, struct RProc *p);
mrb_value mrb_obj_instance_eval(mrb_state*, mrb_value);
mrb_value mrb_mod_module_eval(mrb_state*, mrb_value);
mrb_value mrb_f_send(mrb_state *mrb, mrb_value self);
#ifdef MRB_USE_BIGINT
mrb_value mrb_bint_new_int(mrb_state *mrb, mrb_int x);