diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-06 15:49:06 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-07 08:38:46 +0900 |
| commit | c143d87e7ce55092aa7b3578be3d525d5b311384 (patch) | |
| tree | e949efe963d73d5c0c40e1abc1c35334c4227fa4 /src/codedump.c | |
| parent | 2fcdd3f8eb3daa6efe4a25230a40f85499686c7e (diff) | |
| download | mruby-c143d87e7ce55092aa7b3578be3d525d5b311384.tar.gz mruby-c143d87e7ce55092aa7b3578be3d525d5b311384.zip | |
Remove `mrb_run` from `MRB_API`; #4488
`mrb_run` requires to push callinfo stack before calling, which is very
hard from outside of `vm.c`. So there should be virtually no correct
usage of the function, hence the cause of #4488. We removed it.
You can use `mrb_top_run(mrb, proc, self, 0)` instead of
`mrb_run(mrb, proc self)`.
Diffstat (limited to 'src/codedump.c')
0 files changed, 0 insertions, 0 deletions
