summaryrefslogtreecommitdiff
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 0198f3f5d4..a62e2a7a62 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -440,7 +440,7 @@ rb_check_funcall_with_hook(VALUE recv, ID mid, int argc, const VALUE *argv,
return vm_call0(ec, recv, mid, argc, argv, me);
}
-static const char *
+const char *
rb_type_str(enum ruby_value_type type)
{
#define type_case(t) case t: return #t;