From 84abcfac308f21c70beaed923eaaa67ae51aede8 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 18 Jun 2008 10:22:06 +0000 Subject: * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameter because ruby_verbose is not a real variable, so the address of parameter is not collect. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6f99da2c..6408899f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 18 19:20:00 2008 NAKAMURA Usaku + + * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameter + because ruby_verbose is not a real variable, so the address of + parameter is not collect. + Wed Jun 18 18:31:03 2008 NAKAMURA Usaku * win32/win32.c (errmap): add some pipe errors. -- cgit