We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fefb9f commit 6ffae20Copy full SHA for 6ffae20
src/backend/utils/adt/float.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.8 1997/01/06 00:20:11 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.9 1997/01/18 17:36:02 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -80,7 +80,7 @@ extern double atof(const char *p);
80
#ifdef NEED_RINT
81
#define rint my_rint
82
static double rint(double x);
83
-else /* NEED_RINT */
+#else /* NEED_RINT */
84
extern double rint(double x);
85
#endif /* NEED_RINT */
86
0 commit comments