Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; close #951

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-06 15:22:46 +09:00
parent 9e8f254fb0
commit 2e95f638cd
2 changed files with 13 additions and 6 deletions
+1
View File
@@ -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);