From 46469c300eb012eb0c30520f81cd0458f4f44aeb Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 3 Oct 2006 15:58:17 +0000 Subject: * parse.y (mlhs): simplifies the rule a bit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0894237eb..9e423799d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Tue Oct 3 21:04:29 2006 Yukihiro Matsumoto * parse.y (dyna_in_block): inline using macro. + * parse.y (mlhs): simplifies the rule a bit. + Tue Oct 3 02:31:13 2006 Yukihiro Matsumoto * eval.c (splat_value): use "to_splat" instead of "to_ary" to -- cgit