summaryrefslogtreecommitdiff
path: root/insnhelper.ci
diff options
context:
space:
mode:
Diffstat (limited to 'insnhelper.ci')
-rw-r--r--insnhelper.ci3
1 files changed, 1 insertions, 2 deletions
diff --git a/insnhelper.ci b/insnhelper.ci
index c3c44cba28..e77a1449d3 100644
--- a/insnhelper.ci
+++ b/insnhelper.ci
@@ -11,7 +11,6 @@
**********************************************************************/
/* finish iseq array */
-
#include "insns.inc"
/* control stack frame */
@@ -1005,7 +1004,7 @@ vm_search_super_klass(VALUE klass, VALUE recv)
}
static void
-call_yarv_end_proc(VALUE data)
+call_end_proc(VALUE data)
{
rb_proc_call(data, rb_ary_new2(0));
}