From edb09afda4f65a2a87599323c71668d48f28c1c4 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 4 Oct 2007 11:47:18 +0000 Subject: * process.c (Init_process): win32 has our own WNOHANG definition, so remove unnecessary #ifdef guard. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index daabfc5e8..a33ec9fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 4 20:45:53 2007 NAKAMURA Usaku + + * process.c (Init_process): win32 has our own WNOHANG definition, so + remove unnecessary #ifdef guard. + Thu Oct 4 20:17:19 2007 NAKAMURA Usaku * array.c (rb_ary_permutation, rb_ary_product): support non C99 -- cgit