summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-04 04:00:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-04 04:00:20 +0000
commit843d4f328a3e7d7ce05b83b731e737b464cb46db (patch)
tree1ccb4ebb76ad04ce348cc55873ea6547cc9d15e4 /vm_insnhelper.c
parent8ed1f433922a45b941fd58e6c3054c8e4c97dd53 (diff)
* vm_insnhelper.c (argument_error): never return.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 0376b9e46a..5e01712839 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -102,6 +102,7 @@ vm_pop_frame(rb_thread_t *th)
/* method dispatch */
+NORETURN(static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc));
static void
argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc)
{