summaryrefslogtreecommitdiff
path: root/eval_error.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2022-11-18 18:19:11 +0900
committerNobuyoshi Nakada <[email protected]>2022-11-20 20:00:40 +0900
commit12b7b852272c23d8449af507405ac93cedcb6dd6 ()
tree1c7f4e16480409967b05d06cd4b8f1ed5a5c806e /eval_error.c
parent230c7de2529a0a29b5814e015d7cb66c3157513b (diff)
Use `enum ruby_tag_type` over `int`
Notes: Merged: https://.com/ruby/ruby/pull/6771
-rw-r--r--eval_error.c2
1 files changed, 1 insertions, 1 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)
{
int status = EXIT_FAILURE;