summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 018adb6d5b..02c0cac1ac 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -226,4 +226,8 @@ static VALUE ruby_vm_global_state_version = 1;
} while (0)
static void vm_clear_all_cache(void);
+static VALUE make_no_method_execption(VALUE exc, const char *format,
+ VALUE obj, int argc, const VALUE *argv);
+
+
#endif /* RUBY_INSNHELPER_H */