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 b014383339..8fd8ef4c72 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -137,7 +137,7 @@ struct rb_control_frame_struct;
typedef struct rb_call_info_kw_arg_struct {
int keyword_len;
- ID keywords[1];
+ VALUE keywords[1];
} rb_call_info_kw_arg_t;
/* rb_call_info_t contains calling information including inline cache */