add prototype for mrb_garbage_collect()

This commit is contained in:
Yukihiro Matsumoto
2012-06-01 02:43:29 +09:00
parent 29f4bf0109
commit 1add4558a6
+1
View File
@@ -506,6 +506,7 @@ mrb_value mrb_exec_recursive(mrb_state *mrb, mrb_value(*)(mrb_state *, mrb_value
#define xfree free
#endif
void mrb_garbage_collect(mrb_state *mrb)
void mrb_gc_protect(mrb_state *mrb, mrb_value obj);
mrb_value mrb_to_int(mrb_state *mrb, mrb_value val);
void mrb_check_type(mrb_state *mrb, mrb_value x, enum mrb_vtype t);