• Yukihiro "Matz" Matsumoto's avatar
    Redefine `CHECKPOINT_*` macros. · c2444b84
    Yukihiro "Matz" Matsumoto authored
    By definition `mrb_assert()` called only when `MRB_DEBUG` is defined too.
    But make I wanted to make clear that the local variable `current_checkpoint_tag`
    is only accessed when `MRB_DEBUG` is set by wrapping with `DEBUG_ONLY_EXPR()`.
    c2444b84
vm.c 76.7 KB