diff options
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r-- | include/ruby/ruby.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index c8790df6b7..38bfe3f56c 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -609,11 +609,7 @@ struct RObject { ROBJECT(o)->as.heap.iv_index_tbl) /** @internal */ -typedef struct { - VALUE super; - struct st_table *iv_tbl; - struct st_table *const_tbl; -} rb_classext_t; +typedef struct rb_classext_struct rb_classext_t; struct RClass { struct RBasic basic; |