mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
069da276f6
- Fix kh_exist macro to handle small tables correctly by checking size instead of non-existent flags - Add proper small table deletion in kh_del function with element shifting - Fix kh_copy to use corrected kh_exist macro instead of direct flag access - Remove unused ed_flags variable in kh_copy function Co-authored-by: Claude <noreply@anthropic.com>