From abeedb0875f3fb8e8d1329b8dc885b159cb61841 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Sep 2012 15:42:26 +0000 Subject: array.c, enum.c: TypeError in zip * array.c (take_items), enum.c (enum_zip): raise TypeError at non-enumerable objects, not NoMethodError. [ruby-dev:46145] [Bug #7038] * vm_eval.c (rb_check_block_call): check_funcall variant with block function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index e67273e0e8..3a2331a867 100644 --- a/internal.h +++ b/internal.h @@ -286,6 +286,7 @@ void rb_vm_bugreport(void); /* vm_eval.c */ void Init_vm_eval(void); VALUE rb_current_realfilepath(void); +VALUE rb_check_block_call(VALUE, ID, int, VALUE *, VALUE (*)(ANYARGS), VALUE); /* vm_method.c */ void Init_eval_method(void); -- cgit v1.2.3