diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-01 10:52:46 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-01 10:52:46 +0900 |
| commit | 5f937591580ef810fedcdfb40e94ceb9f8ef5178 (patch) | |
| tree | 0c7e2ee1e6d451df377fb3a36052bb728dc6824b /src/vm.c | |
| parent | 78f2902c0680f53dc2cf4b7febce1d3613db67bf (diff) | |
| parent | 67de10bfcb9d9ff21e1aa678aff8afa10446b7c4 (diff) | |
| download | mruby-5f937591580ef810fedcdfb40e94ceb9f8ef5178.tar.gz mruby-5f937591580ef810fedcdfb40e94ceb9f8ef5178.zip | |
Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby into cubicdaiya-issues/comment_style
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1320,7 +1320,7 @@ mrb_context_run(mrb_state *mrb, struct RProc *proc, mrb_value self, unsigned int switch (GETARG_B(i)) { case OP_R_RETURN: - // Fall through to OP_R_NORMAL otherwise + /* Fall through to OP_R_NORMAL otherwise */ if (proc->env && !MRB_PROC_STRICT_P(proc)) { struct REnv *e = top_env(mrb, proc); |
