diff options
Diffstat (limited to 'variable.h')
-rw-r--r-- | variable.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/variable.h b/variable.h index 54b7fc5461..82a79c63ce 100644 --- a/variable.h +++ b/variable.h @@ -12,18 +12,7 @@ #include "shape.h" -struct gen_fields_tbl { - union { - struct { - VALUE fields[1]; - } shape; - struct { - st_table *table; - } complex; - } as; -}; - -int rb_ivar_generic_fields_tbl_lookup(VALUE obj, struct gen_fields_tbl **); +int rb_ivar_generic_fields_tbl_lookup(VALUE obj, VALUE *); void rb_copy_complex_ivars(VALUE dest, VALUE obj, shape_id_t src_shape_id, st_table *fields_table); void rb_free_rb_global_tbl(void); |