From 985e5d9d7cc4d8f3e2732137d62fa12e1a577ed0 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 30 Jul 2008 16:18:40 +0000 Subject: * parse.y (magic_comment_encoding): remove meaningless null check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ae55b8ed2..afff8fe6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 31 01:18:07 2008 Yusuke Endoh + + * parse.y (magic_comment_encoding): remove meaningless null check. + Thu Jul 31 01:09:28 2008 Yusuke Endoh * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautology -- cgit