Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 88325bd

Browse files
committed
AIX fixes.
1 parent a572fc2 commit 88325bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/backend/utils/adt/float.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.21 1997/09/13 03:10:11 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1523,6 +1523,8 @@ double x;
15231523
#undef class
15241524
#endif /* CLASS_CONFICT */
15251525

1526+
#include <float.h>
1527+
15261528
static int
15271529
isinf(x)
15281530
double x;

src/template/.similar

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf
1313
i686-pc-linux-gnu=linux-elf
1414
sparc-unknown-linux-gnu=linux-elf
1515
alpha-unknown-linux-gnu=linuxalpha
16+
powerpc-ibm-aix4.1.5.0

0 commit comments

Comments
 (0)