aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-24 14:52:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-24 14:52:07 +0000
commitdb0afc5d2d22958d7c0ccdcf9c7ecf94af16b41c (patch)
tree54db8eb40f8c2ec84196eaab46c3ca9fc7bf90cb /internal.h
parentf852ce8969fc93f8330b25ac49a45b47d83805d6 (diff)
downloadruby-db0afc5d2d22958d7c0ccdcf9c7ecf94af16b41c.tar.gz
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
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
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));