diff --git a/ChangeLog b/ChangeLog index 9a44355501..f9161d314a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 10 14:43:47 2006 Yukihiro Matsumoto + + * eval.c (rb_call): remove erroneously restored prot_tag->blkid + initialization. [ruby-dev:28997] [ruby-dev:29000] + Mon Jul 10 13:58:08 2006 Hidetoshi NAGAI * signal.c (install_nativethread_sighandler): commented out. diff --git a/eval.c b/eval.c index c040e098c0..1ee57cad13 100644 --- a/eval.c +++ b/eval.c @@ -5954,7 +5954,6 @@ rb_call(VALUE klass, VALUE recv, ID mid, int state; PUSH_TAG(PROT_LOOP); - prot_tag->blkid = block->uniq; state = EXEC_TAG(); if (state == 0) { retry: