From 3cc595484341c7510fbca8e0e01315727714492f Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 26 Sep 2007 06:01:43 +0000 Subject: * eval_method.ci (rb_get_alloc_func): cast to suppress a warning. * eval_method.ci (remove_method): local variable to be initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4050de17f..9a722c595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 26 15:01:16 2007 Nobuyoshi Nakada + + * eval_method.ci (rb_get_alloc_func): cast to suppress a warning. + + * eval_method.ci (remove_method): local variable to be initialized. + Wed Sep 26 08:36:31 2007 Nobuyoshi Nakada * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other -- cgit