From 4de4b32504010c98156f072b2fb1cbdc3c8c1643 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Jul 2008 13:30:46 +0000 Subject: * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that extconf.rb do not need to check if headers exist under separated directory. [ruby-dev:35437] * include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use "ruby/..." instead of . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 221a28828..84cd2a45f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Jul 12 22:30:43 2008 Nobuyoshi Nakada + + * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that + extconf.rb do not need to check if headers exist under separated + directory. [ruby-dev:35437] + + * include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use + "ruby/..." instead of . + Sat Jul 12 22:17:26 2008 Nobuyoshi Nakada * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. -- cgit