From b74a6dde1bd8552806de628b2167a914bd5059db Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 28 Jul 2008 07:02:07 +0000 Subject: * thread_win32.[ch]: moved definitions of cond_every_entry and rb_thread_cond_struct from .c to .h because rb_thread_cond_struct is used in vm_core.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d75122e7..4c35b3822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jul 28 16:01:12 2008 NAKAMURA Usaku + + * thread_win32.[ch]: moved definitions of cond_every_entry and + rb_thread_cond_struct from .c to .h because rb_thread_cond_struct + is used in vm_core.h. + Mon Jul 28 14:29:54 2008 Nobuyoshi Nakada * dln.c (load_lib): use dln_find_file_r instead of dln_find_file. -- cgit