1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +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
* $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;