Use enum ruby_tag_type over int

This commit is contained in:
Nobuyoshi Nakada 2022-11-18 18:19:11 +09:00
parent 230c7de252
commit 12b7b85227
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2022-11-20 13:44:17 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -433,7 +433,7 @@ sysexit_status(VALUE err)
rb_bug("Unknown longjmp status %d", status)
static int
error_handle(rb_execution_context_t *ec, int ex)
error_handle(rb_execution_context_t *ec, enum ruby_tag_type ex)
{
int status = EXIT_FAILURE;