From a195820a38d3e31353860cd5b1e43d48896fe3e6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Jan 2008 02:57:38 +0000 Subject: * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result of configure. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54a885f9f..91d1e011b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Fri Jan 11 10:24:03 2008 Nobuyoshi Nakada +Fri Jan 11 11:57:36 2008 Nobuyoshi Nakada + + * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result of + configure. * lib/rdoc/options.rb (check_diagram): more precise check, darwin is not Windows but minwg is on it. -- cgit