mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
40b0cb98f7
since all current uses check for failure (!MRB_OPEN_SUCCESS), add MRB_OPEN_FAILURE() as the primary macro for better readability. define MRB_OPEN_SUCCESS() in terms of MRB_OPEN_FAILURE() to avoid duplication and optimize the common case. update all usage sites to use the clearer MRB_OPEN_FAILURE() form. Co-authored-by: Claude <noreply@anthropic.com>