diff --git a/vm_eval.c b/vm_eval.c index 644948ec1c..0198f3f5d4 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -2132,7 +2132,7 @@ rb_f_local_variables(void) */ -VALUE +static VALUE rb_f_block_given_p(void) { rb_execution_context_t *ec = GET_EC();