diff options
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r-- | include/ruby/ruby.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 84bce04c0..97ad41c70 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -564,6 +564,7 @@ struct RObject { RCLASS_IV_INDEX_TBL(rb_obj_class(o)) : \ ROBJECT(o)->as.heap.iv_index_tbl) +/** @internal */ typedef struct { VALUE super; struct st_table *iv_tbl; |