mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
refactor and move irep malloc away to mrb_add_irep()
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct mrb_irep {
|
||||
|
||||
#define MRB_ISEQ_NO_FREE 1
|
||||
|
||||
void mrb_add_irep(mrb_state *mrb, int n);
|
||||
mrb_irep *mrb_add_irep(mrb_state *mrb);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
|
||||
Reference in New Issue
Block a user