From b8331e2167d928a11f46b30c6c0dabe6cd362573 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Jul 2000 08:45:34 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parse.y') diff --git a/parse.y b/parse.y index edc745b3d..fcdee13cb 100644 --- a/parse.y +++ b/parse.y @@ -849,6 +849,10 @@ arg : lhs '=' arg } aref_args : none + | command_call opt_nl + { + $$ = NEW_LIST($1); + } | args opt_nl { $$ = $1; -- cgit