mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
01091984e7
cast uint8_t node_type field to enum node_type to satisfy c++ stricter type checking while maintaining memory efficiency of 1-byte storage. Co-authored-by: Claude <noreply@anthropic.com>