mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
backward.h: adjusted NORETURN declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da01eb93e4
commit
eaf301d2be
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_struct_ptr);
|
|||
|
||||
/* variable.c */
|
||||
DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_generic_ivar_table);
|
||||
ERRORFUNC(("internal function"), VALUE rb_mod_const_missing(VALUE, VALUE));
|
||||
NORETURN(ERRORFUNC(("internal function"), VALUE rb_mod_const_missing(VALUE, VALUE)));
|
||||
|
||||
/* vm.c */
|
||||
DEPRECATED(int rb_frame_method_id_and_class(ID *idp, VALUE *klassp));
|
||||
|
|
Loading…
Reference in a new issue