From 9a4a8eef70e02a451e9e57479effd429959dcc9a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Sep 2006 16:05:52 +0000 Subject: * lib/mkmf.rb (try_func): check function pointer first and macro next. * lib/mkmf.rb (have_type): simplified with typedef and sizeof. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a43a00ce..8331f8c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 27 01:04:49 2006 Nobuyoshi Nakada + + * lib/mkmf.rb (try_func): check function pointer first and macro next. + + * lib/mkmf.rb (have_type): simplified with typedef and sizeof. + Tue Sep 26 23:57:03 2006 Nobuyoshi Nakada * lib/optparse.rb (OptionParser#getopts): use strings as key. -- cgit