fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40e0fa4c1e
commit
861e7f2766
@ -1,6 +1,6 @@
|
|||||||
Sun Jan 1 15:28:46 2006 Tanaka Akira <akr@m17n.org>
|
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 isinf(double);" to
|
||||||
"extern int ((sizeof(double)==sizeof(float))?_Isinff(double):_Isinf(double));" on
|
"extern int ((sizeof(double)==sizeof(float))?_Isinff(double):_Isinf(double));" on
|
||||||
HP-UX.
|
HP-UX.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user