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:
parent
9c3153e0da
commit
a23b639050
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue