diff options
Diffstat (limited to 'internal/compar.h')
| -rw-r--r-- | internal/compar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/compar.h b/internal/compar.h index 9115e4bd63..5eb5e8714e 100644 --- a/internal/compar.h +++ b/internal/compar.h @@ -25,5 +25,6 @@ /* compar.c */ VALUE rb_invcmp(VALUE, VALUE); +NORETURN(void rb_cmperr_reason(VALUE, VALUE, const char*)); #endif /* INTERNAL_COMPAR_H */ |
