mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f1c0752ab8
This will be a partial merge of #5317 with the following changes. - Remove `iclass->iv_c` since `iclass->iv_c` is equivalent to `iclass->c`. - `class_iv_ptr()` returns a single pointer instead of a double pointer.