mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
th
-> ec
for rb_raise_method_missing().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ffa4d2394
commit
cf28dbc543
3 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue