File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -1523,6 +1523,8 @@ double x;
1523
1523
#undef class
1524
1524
#endif /* CLASS_CONFICT */
1525
1525
1526
+ #include <float.h>
1527
+
1526
1528
static int
1527
1529
isinf (x )
1528
1530
double x ;
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf
13
13
i686-pc-linux-gnu=linux-elf
14
14
sparc-unknown-linux-gnu=linux-elf
15
15
alpha-unknown-linux-gnu=linuxalpha
16
+ powerpc-ibm-aix4.1.5.0
You can’t perform that action at this time.
0 commit comments