mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby/internal.h: add codedump functions to the internal function header
ref #5906
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user