aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index eb49722fcd..558e9805f6 100644
--- a/vm.c
+++ b/vm.c
@@ -1835,6 +1835,8 @@ rb_thread_alloc(VALUE klass)
return self;
}
+VALUE rb_iseq_clone(VALUE iseqval, VALUE newcbase);
+
static void
vm_define_method(rb_thread_t *th, VALUE obj, ID id, VALUE iseqval,
rb_num_t is_singleton, NODE *cref)