refactor mrb_context_run()

This commit is contained in:
fleuria
2013-11-03 12:05:25 +08:00
parent d75a907edf
commit a511957ec8
6 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ void mrb_close(mrb_state*);
mrb_value mrb_top_self(mrb_state *);
mrb_value mrb_run(mrb_state*, struct RProc*, mrb_value);
mrb_value mrb_context_run(mrb_state*, struct RProc*, mrb_value);
mrb_value mrb_context_run(mrb_state*, struct RProc*, mrb_value, unsigned int);
void mrb_p(mrb_state*, mrb_value);
mrb_int mrb_obj_id(mrb_value obj);