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:
@ -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 ========== */
|
||||
|
||||
|
Reference in New Issue
Block a user