From 861e7f276601c8e41bf7da562eb02cc4d49db0f9 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 Jan 2006 06:35:54 +0000 Subject: [PATCH] fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c787135999..fec6ae734e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sun Jan 1 15:28:46 2006 Tanaka Akira - * missing.h (isnan): avoid macro expantion + * missing.h (isinf): avoid macro expantion "extern int isinf(double);" to "extern int ((sizeof(double)==sizeof(float))?_Isinff(double):_Isinf(double));" on HP-UX.