1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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);