summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-01-22 20:18:48 +0900
committerYuichiro MASUI <[email protected]>2013-01-22 20:18:48 +0900
commit310b0dce8fa1e3f98b2184c2b6c1a0f091c2d4eb (patch)
treedf4a8cc57c2d5b52fe20aa3fafbc6508799e3512 /tools
parentcc2e4e73deea917ffd0c9ce6ad2840455df7b60b (diff)
downloadmruby-310b0dce8fa1e3f98b2184c2b6c1a0f091c2d4eb.tar.gz
mruby-310b0dce8fa1e3f98b2184c2b6c1a0f091c2d4eb.zip
Added finalizer of mrbgems
Diffstat (limited to 'tools')
-rw-r--r--tools/mrbc/mrbc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c
index 4dc9871c7..63762143a 100644
--- a/tools/mrbc/mrbc.c
+++ b/tools/mrbc/mrbc.c
@@ -231,4 +231,9 @@ void
mrb_init_mrbgems(mrb_state *mrb)
{
}
+
+void
+mrb_final_mrbgems(mrb_state *mrb)
+{
+}
#endif