From 2e95f638cd01a92a83f3808d745f69f46b64db10 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Wed, 6 Mar 2013 15:22:46 +0900 Subject: Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; close #951 --- include/mruby.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3