git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2006-01-01 06:35:54 +00:00
parent 40e0fa4c1e
commit 861e7f2766

View File

@ -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.