mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
AIX fixes.
This commit is contained in:
parent
a572fc229b
commit
88325bd010
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user