* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24e03d7e26
commit
5c439ebfb0
@ -1708,10 +1708,10 @@ rb_iseq_only_optparam_p(const rb_iseq_t *iseq)
|
|||||||
{
|
{
|
||||||
return iseq->body->param.flags.has_opt == TRUE &&
|
return iseq->body->param.flags.has_opt == TRUE &&
|
||||||
iseq->body->param.flags.has_rest == FALSE &&
|
iseq->body->param.flags.has_rest == FALSE &&
|
||||||
iseq->body->param.flags.has_post == FALSE &&
|
iseq->body->param.flags.has_post == FALSE &&
|
||||||
iseq->body->param.flags.has_kw == FALSE &&
|
iseq->body->param.flags.has_kw == FALSE &&
|
||||||
iseq->body->param.flags.has_kwrest == FALSE &&
|
iseq->body->param.flags.has_kwrest == FALSE &&
|
||||||
iseq->body->param.flags.has_block == FALSE;
|
iseq->body->param.flags.has_block == FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user