From 0dfae8ad2c5ed067471f627f7f74e8953a8f88bd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 Jan 2009 18:27:58 +0000 Subject: * lib/mkmf.rb (create_makefile): should point correct path to ruby.h and defines.h. [ruby-core:21570] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 877e31002..bef9e8538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 27 03:23:43 2009 Yukihiro Matsumoto + + * lib/mkmf.rb (create_makefile): should point correct path to + ruby.h and defines.h. [ruby-core:21570] + Mon Jan 26 16:00:40 2009 Nobuyoshi Nakada * array.c (rb_ary_aset): fixed arguments evaluation order. -- cgit