ruby-changes:8395
From: nobu <ko1@a...>
Date: Sat, 25 Oct 2008 03:43:43 +0900 (JST)
Subject: [ruby-changes:8395] Ruby:r19926 (trunk): * parse.y (lambda): need to adjust lpar_beg for both of the parser and
nobu 2008-10-25 03:43:27 +0900 (Sat, 25 Oct 2008) New Revision: 19926 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19926 Log: * parse.y (lambda): need to adjust lpar_beg for both of the parser and ripper. Modified files: trunk/ChangeLog trunk/parse.y Index: ChangeLog =================================================================== --- ChangeLog (revision 19925) +++ ChangeLog (revision 19926) @@ -1,3 +1,8 @@ +Sat Oct 25 03:43:25 2008 Nobuyoshi Nakada <nobu@r...> + + * parse.y (lambda): need to adjust lpar_beg for both of the parser and + ripper. + Sat Oct 25 01:29:34 2008 Yukihiro Matsumoto <matz@r...> * ext/mathn/rational/rational.c: undef duplicated macro definition Index: parse.y =================================================================== --- parse.y (revision 19925) +++ parse.y (revision 19926) @@ -3427,9 +3427,9 @@ /*%%%*/ dyna_push(); /*% + %*/ $<num>$ = lpar_beg; lpar_beg = ++paren_nest; - %*/ } f_larglist lambda_body -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/