From ed4139e39bb3ceda2985b2ea2ebd9a91479d25da Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 10 Jun 2008 16:33:51 +0000 Subject: * 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 --- eval_jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval_jump.c') diff --git a/eval_jump.c b/eval_jump.c index 7d394f431d..f474844ba8 100644 --- a/eval_jump.c +++ b/eval_jump.c @@ -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()); } /* -- cgit v1.2.3