From 706d72a1d5301ca4f83ad00a0ebb464ada4e33d6 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Jul 2007 07:52:03 +0000 Subject: * compile.c (rb_iseq_compile): formatted if/else to switch statement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04f0f64e1..0d9185618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 10 16:52:01 2007 Nobuyoshi Nakada + + * compile.c (rb_iseq_compile): formatted if/else to switch statement. + Tue Jul 10 15:57:53 2007 Nobuyoshi Nakada * bootstraptest/test_flip.rb: new test for flip-flop operator. -- cgit