diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-23 05:11:54 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-23 05:11:54 -0800 |
| commit | 8961a7880830f403c882113dcc1e754862da67ea (patch) | |
| tree | 083982740b7968a98df18a42796783ebd6747ed8 /tools | |
| parent | b79e1ecbaac37dccd3b508bc237d51aa1bc17182 (diff) | |
| parent | 310b0dce8fa1e3f98b2184c2b6c1a0f091c2d4eb (diff) | |
| download | mruby-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.c | 5 |
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 |
