Skip to content
Snippets Groups Projects
Commit 88325bd0 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

AIX fixes.

parent a572fc22
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*
*
* 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
#endif /* CLASS_CONFICT */
#include <float.h>
static int
isinf(x)
double x;
......
......@@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf
i686-pc-linux-gnu=linux-elf
sparc-unknown-linux-gnu=linux-elf
alpha-unknown-linux-gnu=linuxalpha
powerpc-ibm-aix4.1.5.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment