aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 29cc836164..6c1b9665c9 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -744,7 +744,7 @@ typedef struct rb_thread_struct {
VALUE last_status; /* $? */
/* passing state */
- enum ruby_tag_type state;
+ enum ruby_tag_type tag_state;
/* for rb_iterate */
VALUE passed_block_handler;