Skip to content

Commit

Permalink
* eval.c (proc_invoke): forgot "break";
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Jun 21, 2003
1 parent 47b5734 commit 25e0ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 25e0ff2

Please sign in to comment.