From af86fa83be285c697d8cb470521f1717f4abbb8f Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 23 Sep 2008 22:43:53 +0000 Subject: * vm_core.h: ruby/ruby.h should be included at the very first place in an entire compilation unit, as it includes ruby/config.h git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ab65ca31..21f31765f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 24 07:38:23 2008 URABE Shyouhei + + * vm_core.h: ruby/ruby.h should be included at the very first + place in an entire compilation unit, as it includes + ruby/config.h + Wed Sep 24 06:41:24 2008 Ryan Davis * lib/test/*: removed test/unit. -- cgit