From e46bab8a7cc5fc60b81cd4d0a16b16cc1359ea7b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 May 2002 05:53:14 +0000 Subject: * eval.c (rb_thread_select): cleanup conditional compilation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e6abade6..018bb7bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 16 14:46:34 2002 Nobuyoshi Nakada + + * eval.c (rb_thread_select): cleanup conditional compilation. + Tue May 14 18:17:44 2002 Nobuyoshi Nakada * win32/Makefile.sub: config.h inlined. and catch up with the -- cgit