internal.c: move some functions to <mruby/internal.h>.

Ref #5776
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-15 18:13:59 +09:00
parent 37dc1be74b
commit 4107cc95a2
5 changed files with 4 additions and 11 deletions
+3
View File
@@ -155,6 +155,9 @@ void mrb_gc_free_iv(mrb_state*, struct RObject*);
/* VM */
mrb_int mrb_ci_bidx(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);
#ifdef MRB_USE_BIGINT
mrb_value mrb_bint_new_int(mrb_state *mrb, mrb_int x);