From 945d47f9f69d2b164481ea5be70cf7d2bbe3e381 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Apr 2009 09:53:52 +0000 Subject: * vm_dump.c (rb_vm_bugreport): should not #include inside a function, since headers may have declarations. c.f. [ruby-core:23095] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab1f6ae07..38b5849dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 1 18:53:51 2009 Nobuyoshi Nakada + + * vm_dump.c (rb_vm_bugreport): should not #include inside a + function, since headers may have declarations. + c.f. [ruby-core:23095] + Wed Apr 1 18:44:53 2009 Nobuyoshi Nakada * mkconfig.rb: ignores version numbers in config.status. replaces -- cgit