mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dcd77f1efd
The _2 suffix variants accept an mrb_state* parameter that is always ignored with presym enabled. Replace all uses in codegen.c, parse.y, and y.tab.c with the standard macros. The _2 macro definitions are kept in presym headers for backward compatibility. Co-authored-by: Claude <noreply@anthropic.com>