mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_super_outside marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
edb413ff35
commit
f5e3ddf2e0
1 changed files with 2 additions and 0 deletions
|
@ -2447,6 +2447,8 @@ vm_search_normal_superclass(VALUE klass)
|
|||
return RCLASS_SUPER(klass);
|
||||
}
|
||||
|
||||
NORETURN(static void vm_super_outside(void));
|
||||
|
||||
static void
|
||||
vm_super_outside(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue