1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* parse.y (lambda): need to adjust lpar_beg for both of the parser and

ripper.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-10-24 18:43:27 +00:00
parent 0ad553ce58
commit a26b7a0c82
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Oct 25 03:43:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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@ruby-lang.org>
* ext/mathn/rational/rational.c: undef duplicated macro definition

View file

@ -3427,9 +3427,9 @@ lambda : {
/*%%%*/
dyna_push();
/*%
%*/
$<num>$ = lpar_beg;
lpar_beg = ++paren_nest;
%*/
}
f_larglist
lambda_body