mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10 lines
139 B
C
10 lines
139 B
C
|
|
||
|
/* per-object */
|
||
|
|
||
|
struct gen_ivtbl {
|
||
|
uint32_t numiv;
|
||
|
VALUE ivptr[FLEX_ARY_LEN];
|
||
|
};
|
||
|
|
||
|
struct st_table *rb_ivar_generic_ivtbl(void);
|