From 72f980510962c55dedda97a36208994afe732533 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 10 Jan 2013 06:49:25 +0000 Subject: fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 156db7953b..65f9ee37f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,7 +37,7 @@ Thu Jan 10 03:29:55 2013 Koichi Sasada * compile.c (compile_array_): modify wrong optimization. A script "[print(1)]; print(2)" should output "12". - However, the compiler had eliminted "[print(1)]" expression + However, the compiler had eliminated "[print(1)]" expression because it is void expression (unused array). Of course, side-effect should be remained. This issue is reported by Masaya Tarui. -- cgit v1.2.3