From 50cbe043bc37605141bc9e71c14a471de00338c3 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 28 Jun 2007 10:41:39 +0000 Subject: * compile.c: fix to remove -Wall warnings on gcc. * compile.c (make_name_with_str): removed. use rb_sprintf() instead. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72e04f889..08377998b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 28 19:38:53 2007 Koichi Sasada + + * compile.c: fix to remove -Wall warnings on gcc. + + * compile.c (make_name_with_str): removed. use rb_sprintf() instead. + Thu Jun 28 18:53:01 2007 Tanaka Akira * bignum.c (rb_big_hash): fix hash area. -- cgit