diff --git a/vm.c b/vm.c index a577b0922e..9057552e0d 100644 --- a/vm.c +++ b/vm.c @@ -90,7 +90,7 @@ vm_cref_new0(VALUE klass, rb_method_visibility_t visi, int module_func, rb_cref_ { VALUE refinements = Qnil; int omod_shared = FALSE; - rb_cref_t *cref; + rb_cref_t *cref; /* scope */ union {