1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

AIX fixes.

This commit is contained in:
Bruce Momjian 1997-09-23 22:53:47 +00:00
parent a572fc229b
commit 88325bd010
2 changed files with 4 additions and 1 deletions

View File

@ -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;
#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;

View File

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