Must learn how to transpose words in Emacs. Sorry...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4441ea370b
commit
ad7564a02a
2
eval.c
2
eval.c
@ -4553,7 +4553,7 @@ return_jump(retval)
|
|||||||
JUMP_TAG(TAG_RETURN);
|
JUMP_TAG(TAG_RETURN);
|
||||||
}
|
}
|
||||||
if (tt->tag == PROT_THREAD) {
|
if (tt->tag == PROT_THREAD) {
|
||||||
rb_raise(rb_eThreadError, "return can jump't across threads");
|
rb_raise(rb_eThreadError, "return can't jump across threads");
|
||||||
}
|
}
|
||||||
tt = tt->prev;
|
tt = tt->prev;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user