From 82f993d2ad983874e1e329f6cff390d3486138ef Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 12 Sep 2005 11:40:40 +0000 Subject: * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change to avoid incompatible pointer warning. (mingw32) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2c0b1fef..0ee65131b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 12 20:32:00 2005 Hirokazu Yamamoto + + * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change + to avoid incompatible pointer warning. (mingw32) + Mon Sep 12 19:58:53 2005 Hirokazu Yamamoto * dln.c: avoid warning of const to non-const convertion. -- cgit