зеркало из https://github.com/github/ruby.git
* 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:
Родитель
8ed1f43392
Коммит
843d4f328a
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче