ruby-cvs:16956
From: (nobu) <nobu ruby-lang.org>
Date: Wed, 21 Jun 2006 01:40:38 +0900
Subject: [ruby-cvs:16956] ruby: * parse.y (reswords): modifier token is no longer returned in fname
nobu Wed, 21 Jun 2006 01:40:38 +0900
Modified files:
ruby:
ChangeLog parse.y
Log:
* parse.y (reswords): modifier token is no longer returned in fname
state. fixed: [ruby-dev:28775]
Revision Changes Path
1.5087 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5086&r2=1.5087
1.441 +3 -3 ruby/parse.y
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/parse.y?cvsroot=src&r1=1.440&r2=1.441