summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-09 07:35:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-09 07:35:01 +0000
commit61556330682130b85c34f13d9a54ef95b8fc6529 (patch)
tree001930267fe02d3669355db71853f2da69470fdd /eval.c
parentc1bbe10599dfcc2dca3823dc0784eb1835c1ed74 (diff)
matz(ruby-bugs PR#51)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 58305a76b1..c36ce31661 100644
--- a/eval.c
+++ b/eval.c
@@ -8092,6 +8092,7 @@ rb_callcc(self)
struct tag *tag;
THREAD_ALLOC(th);
+ th->status = THREAD_KILLED;
th->thread = cont = Data_Wrap_Struct(rb_cCont, thread_mark,
thread_free, th);