aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-16 07:38:41 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-16 07:38:41 +0000
commit3936aaa59b4fcbc1592337f5b64d37295e99f8c2 (patch)
tree55f25106075e2af2b12995289f32c9c36f848727 /eval_intern.h
parent686e54f7052de070efa4276c9832b1697eea677b (diff)
downloadruby-3936aaa59b4fcbc1592337f5b64d37295e99f8c2.tar.gz
make a func static.
* vm_eval.c (rb_raise_method_missing): make this func static and renmae with vm_ prefix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/eval_intern.h b/eval_intern.h
index ce282203a7..d6ed25d4f3 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -302,8 +302,6 @@ NORETURN(void rb_vm_localjump_error(const char *,VALUE, int));
#if 0
NORETURN(void rb_vm_jump_tag_but_local_jump(int));
#endif
-NORETURN(void rb_raise_method_missing(rb_execution_context_t *ec,
- int argc, const VALUE *argv, VALUE obj, int call_status));
VALUE rb_vm_make_jump_tag_but_local_jump(int state, VALUE val);
rb_cref_t *rb_vm_cref(void);