negative_size_allocation_error never returns

This commit is contained in:
Nobuyoshi Nakada 2019-10-10 14:07:27 +09:00
parent 9c3153e0da
commit a23b639050
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

2
gc.c
View File

@ -1004,7 +1004,7 @@ void rb_gcdebug_print_obj_condition(VALUE obj);
static VALUE define_final0(VALUE obj, VALUE block);
static void negative_size_allocation_error(const char *);
NORETURN(static void negative_size_allocation_error(const char *));
static void init_mark_stack(mark_stack_t *stack);