From fea96dc48644660961eb2f1b96eeaf45f9645b25 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 May 2004 03:22:20 +0000 Subject: * lib/mkmf.rb (have_type): do not check pointer to incomplete type, which always get compiled. [ruby-list:39683] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd103f3ad..96b753bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu May 20 12:22:13 2004 Nobuyoshi Nakada + + * lib/mkmf.rb (have_type): do not check pointer to incomplete type, + which always get compiled. + [ruby-list:39683] + Wed May 19 23:45:43 2004 Nobuyoshi Nakada * test/inlinetest.rb (InlineTest::loadtest): requiring library with -- cgit