mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ec58dca22f
refactor to use the standard Data_Make_Struct() macro instead of manual RData allocation and linking. the macro provides automatic zero-initialization and is more idiomatic. ref #6655 Co-authored-by: Claude <noreply@anthropic.com>