mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* include/ruby/intern.h, proc.c: revert rb_proc_call() and
create rb_proc_call_with_block() instaed. * include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c: rb_blockptr should not be exposed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b7a284b65
commit
ed4139e39b
8 changed files with 56 additions and 22 deletions
|
@ -10,7 +10,7 @@
|
|||
void
|
||||
rb_call_end_proc(VALUE data)
|
||||
{
|
||||
rb_proc_call(data, rb_ary_new(), 0);
|
||||
rb_proc_call(data, rb_ary_new());
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue