From 0cc90b386573acd30b2256c7ff72e7da10d77bc3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 May 2007 00:39:34 +0000 Subject: * parse.y: removed garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index 12265a8b35..deedde8b67 100644 --- a/parse.y +++ b/parse.y @@ -3450,7 +3450,7 @@ exc_list : arg_value /*%%%*/ $$ = NEW_LIST($1); /*% - $$ = rb_ary_new3(1, $1); + $$ = rb_ary_new3(1, $1); %*/ } | mrhs @@ -4139,7 +4139,7 @@ f_arg : f_arg_item $$ = rb_ary_push($1, $3); %*/ } - ; + ; f_opt : tIDENTIFIER '=' arg_value { @@ -4397,7 +4397,7 @@ none : /* none */ /*%%%*/ $$ = 0; /*% - $$ = Qundef; + $$ = Qundef; %*/ } ; -- cgit v1.2.3