diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-26 06:01:43 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-26 06:01:43 +0000 |
commit | 3cc595484341c7510fbca8e0e01315727714492f (patch) | |
tree | 1612b7708be4248e1ee1eb01178367f7836c88e4 /ChangeLog | |
parent | fa51dfb0cefeffd6ee0db4b63d276248e7c38897 (diff) | |
download | ruby-3cc595484341c7510fbca8e0e01315727714492f.tar.gz ruby-3cc595484341c7510fbca8e0e01315727714492f.tar.xz ruby-3cc595484341c7510fbca8e0e01315727714492f.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed Sep 26 15:01:16 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other |