summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-01 02:43:39 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-01 02:43:39 +0900
commit69ed2d2c3c4d1ceda1af956172af14e94bd4cef9 (patch)
treec642a5db5b27dc2f2e7ded8592634ed9919d4b11 /include/mruby.h
parent1add4558a66ba56a06d2bc7840d6fc0fb1772cbe (diff)
downloadmruby-69ed2d2c3c4d1ceda1af956172af14e94bd4cef9.tar.gz
mruby-69ed2d2c3c4d1ceda1af956172af14e94bd4cef9.zip
add prototype for mrb_garbage_collect()
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 2063d95c4..c2291cce1 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -506,7 +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_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);