mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
71c5e2c536
Moved kh_data_size_##name() and kh_flags_##name() from KHASH_DECLARE to KHASH_DEFINE section where internal implementation details belong. This improves the separation of concerns: - KHASH_DECLARE: public API only (struct definition, function declarations) - KHASH_DEFINE: implementation details and internal helper functions No functional changes, only better code organization. Co-authored-by: Claude <noreply@anthropic.com>