From bf8f23b4fa47b000855083b717f646a159f6884f Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Aug 2000 07:35:01 +0000 Subject: matz(ruby-bugs PR#51) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 58305a76b..c36ce3166 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); -- cgit