mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm.c (rb_iseq_eval): fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
893efc4db9
commit
8dee58d7e1
1 changed files with 2 additions and 2 deletions
2
vm.c
2
vm.c
|
@ -1271,7 +1271,7 @@ rb_iseq_eval(VALUE iseqval)
|
||||||
val = vm_exec(th);
|
val = vm_exec(th);
|
||||||
tmp = iseqval; /* prohibit tail call optimization */
|
tmp = iseqval; /* prohibit tail call optimization */
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
rb_iseq_eval_main(VALUE iseqval)
|
rb_iseq_eval_main(VALUE iseqval)
|
||||||
|
|
Loading…
Reference in a new issue