mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed missing NORETURN on rb_mod_const_missing
This commit is contained in:
parent
4b4dc0fac7
commit
62450e0acf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ RBIMPL_ATTR_DEPRECATED_INTERNAL(2.7) void rb_clear_trace_func();
|
|||
|
||||
/* variable.c */
|
||||
RBIMPL_ATTR_DEPRECATED_INTERNAL(2.7) void rb_generic_ivar_table();
|
||||
RBIMPL_ATTR_DEPRECATED_INTERNAL(2.6) VALUE rb_mod_const_missing(VALUE, VALUE);
|
||||
RBIMPL_ATTR_DEPRECATED_INTERNAL(2.6) NORETURN(VALUE rb_mod_const_missing(VALUE, VALUE));
|
||||
|
||||
/* from version.c */
|
||||
#if defined(RUBY_SHOW_COPYRIGHT_TO_DIE) && !!(RUBY_SHOW_COPYRIGHT_TO_DIE+0)
|
||||
|
|
Loading…
Reference in a new issue