diff options
-rw-r--r-- | vm_trace.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1713,7 +1713,7 @@ rb_postponed_job_register(unsigned int flags, rb_postponed_job_func_t func, void case PJRR_SUCCESS : return 1; case PJRR_FULL : return 0; case PJRR_INTERRUPTED: goto begin; - default: rb_bug("unreachable\n"); } } @@ -1742,7 +1742,7 @@ rb_postponed_job_register_one(unsigned int flags, rb_postponed_job_func_t func, case PJRR_SUCCESS : return 1; case PJRR_FULL : return 0; case PJRR_INTERRUPTED: goto begin; - default: rb_bug("unreachable\n"); } } |