summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-23 05:11:54 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-23 05:11:54 -0800
commit8961a7880830f403c882113dcc1e754862da67ea (patch)
tree083982740b7968a98df18a42796783ebd6747ed8 /tools
parentb79e1ecbaac37dccd3b508bc237d51aa1bc17182 (diff)
parent310b0dce8fa1e3f98b2184c2b6c1a0f091c2d4eb (diff)
downloadmruby-8961a7880830f403c882113dcc1e754862da67ea.tar.gz
mruby-8961a7880830f403c882113dcc1e754862da67ea.zip
Merge pull request #770 from masuidrive/mrbgem_finalizer
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