From eb89ad23cb322c5c2c435efd42f271daa80d6327 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Mar 2009 09:03:48 +0000 Subject: * proc.c (rb_proc_arity): commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.c b/proc.c index 11c84a0652..a70b29294e 100644 --- a/proc.c +++ b/proc.c @@ -581,7 +581,7 @@ proc_arity(VALUE self) } int -rb_proc_arity(VALUE proc) +rb_proc_arity(VALUE self) { rb_proc_t *proc; rb_iseq_t *iseq; -- cgit v1.2.3