зеркало из https://github.com/github/ruby.git
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c7d499225b
Коммит
d07e708d35
3
parse.y
3
parse.y
|
@ -861,6 +861,9 @@ opt_call_args : none
|
||||||
| call_args opt_nl
|
| call_args opt_nl
|
||||||
|
|
||||||
call_args : command_call
|
call_args : command_call
|
||||||
|
{
|
||||||
|
$$ = NEW_LIST($1);
|
||||||
|
}
|
||||||
| args ','
|
| args ','
|
||||||
{
|
{
|
||||||
$$ = $1;
|
$$ = $1;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче