From a90c696b8bb67eecc5b415d58f55705c0bf3f8f8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 23 Jun 2017 08:24:54 +0000 Subject: rb_catch_protect() accepts enum ruby_tag_type *. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 86b2fe9311..29cc836164 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1537,6 +1537,8 @@ const rb_callable_method_entry_t *rb_vm_frame_method_entry(const rb_control_fram #define CHECK_VM_STACK_OVERFLOW(cfp, margin) \ WHEN_VM_STACK_OVERFLOWED(cfp, (cfp)->sp, margin) vm_stackoverflow() +VALUE rb_catch_protect(VALUE t, rb_block_call_func *func, VALUE data, enum ruby_tag_type *stateptr); + /* for thread */ #if RUBY_VM_THREAD_MODEL == 2 -- cgit v1.2.3