aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 1 insertions, 1 deletions
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();