mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Restore the prototype declaration of rb_vm_bh_to_procval
Fixes r60460 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a8868b3fe5
commit
fab73ba556
1 changed files with 2 additions and 0 deletions
2
proc.c
2
proc.c
|
@ -384,6 +384,8 @@ bind_eval(int argc, VALUE *argv, VALUE bindval)
|
|||
return rb_f_eval(argc+1, args, Qnil /* self will be searched in eval */);
|
||||
}
|
||||
|
||||
VALUE rb_vm_bh_to_procval(rb_execution_context_t *ec, VALUE block_handler);
|
||||
|
||||
static const VALUE *
|
||||
get_local_variable_ptr(const rb_env_t **envp, ID lid)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue