summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-01 02:43:29 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-01 02:43:29 +0900
commit1add4558a66ba56a06d2bc7840d6fc0fb1772cbe (patch)
tree1b1597c9d08d01aa38f55180917f561271738c7f /include
parent29f4bf010923e332d09985afd314b9536a3a26e2 (diff)
downloadmruby-1add4558a66ba56a06d2bc7840d6fc0fb1772cbe.tar.gz
mruby-1add4558a66ba56a06d2bc7840d6fc0fb1772cbe.zip
add prototype for mrb_garbage_collect()
Diffstat (limited to 'include')
-rw-r--r--include/mruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index a8ea1a490..2063d95c4 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -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);