mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d1e8085a1e
Add badname_error() and caller_error() helper functions to replace goto statements used for error handling. These functions are marked with mrb_noreturn attribute since they call mrb_raise() which never returns. Co-authored-by: Claude <noreply@anthropic.com>