1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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
parent c7d499225b
commit d07e708d35

View file

@ -861,6 +861,9 @@ opt_call_args : none
| call_args opt_nl
call_args : command_call
{
$$ = NEW_LIST($1);
}
| args ','
{
$$ = $1;