1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (rb_call): remove erroneously restored prot_tag->blkid

initialization.  [ruby-dev:28997]  [ruby-dev:29000]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-07-10 05:48:10 +00:00
parent c258ca6012
commit c4ad5309f9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Jul 10 14:43:47 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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 <nagai@ai.kyutech.ac.jp>
* signal.c (install_nativethread_sighandler): commented out.

1
eval.c
View file

@ -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: