mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use enum ruby_tag_type
over int
This commit is contained in:
parent
230c7de252
commit
12b7b85227
Notes:
git
2022-11-20 13:44:17 +00:00
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue