From 0992f6c4728112c50520e7506f4e75e1cac62206 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 4 Mar 2005 07:15:12 +0000 Subject: * eval.c (rb_exec_recursive): matched the declaration to prototype. * ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excluding window_color_set(). * ext/tk/tcltklib.c: fixed commit mistakes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index e23f52e83f..8cbdfc3cf1 100644 --- a/eval.c +++ b/eval.c @@ -12992,7 +12992,7 @@ rb_throw(tag, val) VALUE rb_exec_recursive(func, obj, arg) - VALUE (*func) _((VALUE, VALUE, int)); + VALUE (*func)(ANYARGS); /* VALUE obj, VALUE arg, int flag */ VALUE obj, arg; { VALUE list = rb_thread_local_aref(rb_thread_current(), recursive_key); -- cgit v1.2.3