summaryrefslogtreecommitdiff
path: root/variable.h
blob: 67fe4801494b04a2e6624be483051fc4cd6dbee2 (plain)
1
2
3
4
5
6
7
8
9

/* per-object */

struct gen_ivtbl {
    uint32_t numiv;
    VALUE ivptr[FLEX_ARY_LEN];
};

struct st_table *rb_ivar_generic_ivtbl(void);