aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-29 14:52:05 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-29 14:52:05 +0000
commit38a889ceb0b7003e9313b18c10cb54c4729c95be (patch)
tree07df56ffe718f6acb7ba57bc29218c0a3fc71997 /eval_intern.h
parentbb6d2d8a35b481a07ba8dc8a750596c5b0c66c8a (diff)
downloadruby-38a889ceb0b7003e9313b18c10cb54c4729c95be.tar.gz
`th` -> `ec` for rb_raise_method_missing().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_intern.h b/eval_intern.h
index d221eca5b7..6eadc0da19 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -302,8 +302,8 @@ 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_thread_t *th, int argc, const VALUE *argv,
- VALUE obj, int call_status));
+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);