mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_insnhelper.c (argument_error): never return.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ed1f43392
commit
843d4f328a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue