From 284d42ca251cb73a939032cedf834c995b1f6145 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 19 Dec 2008 06:51:52 +0000 Subject: * ruby.c (process_options): get rid of warning on DOSISH. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d13c68e9..f80d700b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 19 15:51:48 2008 Nobuyoshi Nakada + + * ruby.c (process_options): get rid of warning on DOSISH. + Fri Dec 19 07:45:37 2008 Yukihiro Matsumoto * error.c (exc_equal): duck typing equal to make it transitive. -- cgit