提交 88325bd0 编写于 作者: B Bruce Momjian

AIX fixes.

上级 a572fc22
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.21 1997/09/13 03:10:11 thomas Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1523,6 +1523,8 @@ double x; ...@@ -1523,6 +1523,8 @@ double x;
#undef class #undef class
#endif /* CLASS_CONFICT */ #endif /* CLASS_CONFICT */
#include <float.h>
static int static int
isinf(x) isinf(x)
double x; double x;
......
...@@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf ...@@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf
i686-pc-linux-gnu=linux-elf i686-pc-linux-gnu=linux-elf
sparc-unknown-linux-gnu=linux-elf sparc-unknown-linux-gnu=linux-elf
alpha-unknown-linux-gnu=linuxalpha alpha-unknown-linux-gnu=linuxalpha
powerpc-ibm-aix4.1.5.0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册