From f48afd5a9893219c72ca75ee833e2ff86f016473 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 11:08:10 +0000 Subject: * include/ruby/io.h (rb_io_mode_modenum): moved from include/ruby/intern.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4d087dd7..d16c96ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 5 20:07:37 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_mode_modenum): moved from + include/ruby/intern.h. + Fri Sep 5 19:59:26 2008 Tanaka Akira * io.c (MODENUM_MAX): removed. -- cgit