diff options
Diffstat (limited to 'ext/-test-')
-rw-r--r-- | ext/-test-/bug-3571/bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/bug-3571/bug.c b/ext/-test-/bug-3571/bug.c index 72d6bd1021..87a5df0588 100644 --- a/ext/-test-/bug-3571/bug.c +++ b/ext/-test-/bug-3571/bug.c @@ -1,7 +1,7 @@ #include <ruby.h> static VALUE -bug_i(VALUE i, VALUE arg) +bug_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, arg)) { rb_notimplement(); return ID2SYM(rb_frame_this_func()); |