diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 07:41:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 07:41:54 +0000 |
commit | 9b8871fa52d21d763eb63c7031a51ea21b9a8736 (patch) | |
tree | 3b57681a0343515ce9afbb03acd1e26d0f5ba11a /ChangeLog | |
parent | 4883f6667ac1139814c8f8eeac762b15af01277e (diff) | |
download | ruby-9b8871fa52d21d763eb63c7031a51ea21b9a8736.tar.gz ruby-9b8871fa52d21d763eb63c7031a51ea21b9a8736.tar.xz ruby-9b8871fa52d21d763eb63c7031a51ea21b9a8736.zip |
* parse.y (stmt): returns dispatched result.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -Tue Dec 16 16:29:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue Dec 16 16:41:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (stmt): returns dispatched result. * parse.y (primary): also in ripper, saves in_def before restoring. |