summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-01-01 06:35:54 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-01-01 06:35:54 +0000
commit861e7f276601c8e41bf7da562eb02cc4d49db0f9 (patch)
tree1fad7765248a3716aa2bfce5ee0512d8c0407146 /ChangeLog
parent40e0fa4c1ef0e9715ffb366d6c2a829948b8ff64 (diff)
fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <akr@m17n.org>
- * 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.