1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Various cleanups for the i386_solaris environment

This commit is contained in:
Marc G. Fournier
1998-01-13 19:28:39 +00:00
parent 434165295a
commit 8adc838ff6
3 changed files with 17 additions and 24 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.26 1998/01/05 16:39:59 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.27 1998/01/13 19:28:32 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -105,15 +105,8 @@ extern double rint(double x);
#endif
#ifndef HAVE_ISINF
#define isinf my_isinf
static int isinf(double x);
#else
extern int isinf(double x);
#endif
#endif
/* ========== USER I/O ROUTINES ========== */