aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 69e0d6a829..5496213500 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1493,7 +1493,8 @@ PRINTF_ARGS(void rb_compile_warn(const char *, int, const char*, ...), 3, 4);
#define RB_IO_WAIT_READABLE 0
#define RB_IO_WAIT_WRITABLE 1
-typedef VALUE rb_block_call_func(VALUE, VALUE, int, VALUE*);
+typedef VALUE rb_block_call_func(VALUE, VALUE, int, VALUE*, VALUE);
+#define RUBY_BLOCK_CALL_FUNC_TAKES_BLOCKARG 1
VALUE rb_each(VALUE);
VALUE rb_yield(VALUE);