summaryrefslogtreecommitdiff
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
commitf5e3ddf2e03c564872e7278dd54b98ba4666cc91 (patch)
tree71596f3c9fa6320835a99fa5e468af3872b1f8c6
parentedb413ff352ca7a406ae998790e5b70782c0f27d (diff)
vm_super_outside marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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)
{