diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-01-07 22:36:29 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-01-07 22:36:29 +0900 |
| commit | f7afe1d82a6237879b3727135e244b420f9b61fa (patch) | |
| tree | d870ce5481e12bb8ebc5fe966c1302c78323f267 /mrbgems/mruby-bin-mirb | |
| parent | 725b3ca5a74023947d10049eb54576163a781098 (diff) | |
| download | mruby-f7afe1d82a6237879b3727135e244b420f9b61fa.tar.gz mruby-f7afe1d82a6237879b3727135e244b420f9b61fa.zip | |
change mrb_run related API names; compatibility macros provided
Diffstat (limited to 'mrbgems/mruby-bin-mirb')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index c8975599f..55bbc513b 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -546,7 +546,7 @@ done: } /* pass a proc for evaulation */ /* evaluate the bytecode */ - result = mrb_context_run(mrb, + result = mrb_vm_run(mrb, proc, mrb_top_self(mrb), stack_keep); |
