summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index d9cc93f9e6..06305f3b77 100644
--- a/internal.h
+++ b/internal.h
@@ -551,7 +551,7 @@ typedef struct rb_cref_struct {
VALUE flags;
const VALUE refinements;
const VALUE klass;
- VALUE visi;
+ VALUE scope_visi;
struct rb_cref_struct * const next;
} rb_cref_t;