diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 4939609e31..8947549f55 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -431,8 +431,8 @@ struct RValues { }; typedef struct { - struct st_table *iv_tbl; VALUE super; + struct st_table *iv_tbl; } rb_classext_t; struct RClass {