mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer
used. [ruby-dev:38760] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fa41dad1b2
commit
415d5ebc2f
7 changed files with 38 additions and 24 deletions
1
eval.c
1
eval.c
|
@ -1063,7 +1063,6 @@ Init_eval(void)
|
|||
|
||||
exception_error = rb_exc_new3(rb_eFatal,
|
||||
rb_obj_freeze(rb_str_new2("exception reentered")));
|
||||
rb_ivar_set(exception_error, idThrowState, INT2FIX(TAG_FATAL));
|
||||
OBJ_TAINT(exception_error);
|
||||
OBJ_FREEZE(exception_error);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue