summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-06 15:22:46 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-06 15:22:46 +0900
commit2e95f638cd01a92a83f3808d745f69f46b64db10 (patch)
treece2bdd3a88dfbf481a77345bfff786f6d0746363 /include/mruby.h
parent9e8f254fb04177b1c24072a050816fb555e5d114 (diff)
downloadmruby-2e95f638cd01a92a83f3808d745f69f46b64db10.tar.gz
mruby-2e95f638cd01a92a83f3808d745f69f46b64db10.zip
Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; close #951
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index fe97dd055..ed746f409 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -207,6 +207,7 @@ mrb_value mrb_str_new2(mrb_state *mrb, const char *p);
mrb_state* mrb_open(void);
mrb_state* mrb_open_allocf(mrb_allocf, void *ud);
+void mrb_irep_free(mrb_state*, struct mrb_irep*);
void mrb_close(mrb_state*);
int mrb_checkstack(mrb_state*,int);