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