mruby/internal.h: add codedump functions to the internal function header

ref #5906
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-01-18 07:43:59 +09:00
parent 3639feb047
commit 55eea005c8
6 changed files with 1730 additions and 1353 deletions
-2
View File
@@ -669,8 +669,6 @@ irep_error(mrb_state *mrb)
mrb_exc_set(mrb, mrb_exc_new_lit(mrb, E_SCRIPT_ERROR, "irep load error"));
}
void mrb_codedump_all(mrb_state*, struct RProc*);
static mrb_value
load_irep(mrb_state *mrb, struct RProc *proc, mrbc_context *c)
{