From 952ee19cbc44b3b969a086a7cf8bb8c3ccc16f4b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 1 Jul 2000 06:51:28 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parse.y') diff --git a/parse.y b/parse.y index d0cdbffb1..2f530edb7 100644 --- a/parse.y +++ b/parse.y @@ -861,6 +861,9 @@ opt_call_args : none | call_args opt_nl call_args : command_call + { + $$ = NEW_LIST($1); + } | args ',' { $$ = $1; -- cgit