mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
num_funcall_op_1_recursion marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
29b0b75beb
commit
193b85a9e0
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ num_funcall0(VALUE x, ID func)
|
|||
return rb_exec_recursive(num_funcall_op_0, x, (VALUE)func);
|
||||
}
|
||||
|
||||
NORETURN(static void num_funcall_op_1_recursion(VALUE x, ID func, VALUE y));
|
||||
|
||||
static void
|
||||
num_funcall_op_1_recursion(VALUE x, ID func, VALUE y)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue