aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:49 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:49 +0000
commit7f8289968bd39ec5f5327eba866b81607d9d11ad (patch)
tree71596f3c9fa6320835a99fa5e468af3872b1f8c6 /vm_insnhelper.c
parentd09667b29807e1935b499aa1f6f7bc0684df3e80 (diff)
downloadruby-7f8289968bd39ec5f5327eba866b81607d9d11ad.tar.gz
vm_super_outside marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index ebf31aa244..33bd4bd2e9 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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)
{