aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 905494fcd1..f111a5f0da 100644
--- a/thread.c
+++ b/thread.c
@@ -4867,7 +4867,7 @@ struct exec_recursive_params {
};
static VALUE
-exec_recursive_i(VALUE tag, VALUE data, int argc, VALUE *argv, VALUE blockarg)
+exec_recursive_i(RB_BLOCK_CALL_FUNC_ARGLIST(tag, data))
{
struct exec_recursive_params *p = (void *)data;
VALUE result = Qundef;