Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e39d14

Browse files
author
Bryan Henderson
committed
Correct #if statement so it compiles on Solaris. Thanks Keith Parks.
1 parent87b48ff commit1e39d14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/backend/utils/adt/float.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.4 1996/08/27 07:32:33 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.5 1996/10/26 05:03:24 bryanh Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1275,9 +1275,7 @@ static int isinf(x)
12751275
}
12761276
#endif/* PORTNAME_alpha */
12771277

1278-
#if defined(sparc_solaris)||
1279-
defined(i386_solaris)||
1280-
defined(PORTNAME_svr4)
1278+
#if defined(sparc_solaris)|| defined(i386_solaris)|| defined(PORTNAME_svr4)
12811279
#include<ieeefp.h>
12821280
staticint
12831281
isinf(d)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp