git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-07-01 06:51:28 +00:00
Родитель c7d499225b
Коммит d07e708d35
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;