mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -4553,7 +4553,7 @@ return_jump(retval)
|
|||
JUMP_TAG(TAG_RETURN);
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue