зеркало из https://github.com/github/ruby.git
* eval.c (proc_invoke): forgot "break";
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
47b57348e6
Коммит
25e0ff2e4b
1
eval.c
1
eval.c
|
@ -6993,6 +6993,7 @@ proc_invoke(proc, args, self, klass)
|
|||
case TAG_RETURN:
|
||||
if (pcall) {
|
||||
result = prot_tag->retval;
|
||||
break;
|
||||
}
|
||||
else if (orphan) { /* orphan block */
|
||||
char mesg[32];
|
||||
|
|
Загрузка…
Ссылка в новой задаче