From 46ec5a03ac8268bc57732369b8607c2c7c31f7cf Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Jan 2008 03:51:32 +0000 Subject: * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): prototype moved. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7749a19a4..ea709966b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 16 12:51:30 2008 Nobuyoshi Nakada + + * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): + prototype moved. + Tue Jan 15 23:52:51 2008 NARUSE, Yui * enc/*: add ARG_UNUSED. -- cgit