mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
At this rate, maybe next year sometime I'll get this done...
Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.3 1996/08/19 13:52:35 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.4 1996/08/27 07:32:33 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1275,7 +1275,9 @@ static int isinf(x)
|
||||
}
|
||||
#endif /* PORTNAME_alpha */
|
||||
|
||||
#if defined(PORTNAME_sparc_solaris)||defined(PORTNAME_i386_solaris) || defined(PORTNAME_svr4)
|
||||
#if defined(sparc_solaris) ||
|
||||
defined(i386_solaris) ||
|
||||
defined(PORTNAME_svr4)
|
||||
#include <ieeefp.h>
|
||||
static int
|
||||
isinf(d)
|
||||
|
Reference in New Issue
Block a user