From 9a207a840db34f04d7b08603f0debb251eb48893 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Sep 2008 08:10:20 +0000 Subject: * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c4b47843..e41ed575b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 23 17:05:14 2008 Koichi Sasada + + * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c. + Tue Sep 23 17:02:47 2008 Tanaka Akira * debug.h (ruby_set_debug_option): declared. -- cgit