summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-10 14:23:10 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-10 14:23:10 +0000
commit37282fa5b083375cab6780824a8941c459b59ebe (patch)
tree360f51b2907f282eb7354218153596f60872ef13 /eval.c
parent1732b6fa4e0c292c30404d009dbb7cd3e2abb602 (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index cf61825a97..eb00963279 100644
--- a/eval.c
+++ b/eval.c
@@ -8105,7 +8105,7 @@ rb_callcc(self)
return th->result;
}
else {
- return rb_yield(th->thread);
+ return rb_yield(cont);
}
}