From 54fa9f9e1378aa7ef925f86ae776f3d6843eeab3 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Jan 2017 14:52:07 +0000 Subject: eval.c: copy special exception * eval.c (setup_exception): make unfrozen copy of special exception before setting up a cause. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 897c72b307..ce4cc3c996 100644 --- a/internal.h +++ b/internal.h @@ -1575,7 +1575,7 @@ void rb_vm_pop_cfunc_frame(void); int rb_vm_add_root_module(ID id, VALUE module); void rb_vm_check_redefinition_by_prepend(VALUE klass); VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements); -VALUE ruby_vm_sysstack_error_copy(void); +VALUE ruby_vm_special_exception_copy(VALUE); PUREFUNC(st_table *rb_vm_fstring_table(void)); -- cgit v1.2.3