mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add missing #.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -80,7 +80,7 @@ extern double atof(const char *p);
|
|||||||
#ifdef NEED_RINT
|
#ifdef NEED_RINT
|
||||||
#define rint my_rint
|
#define rint my_rint
|
||||||
static double rint(double x);
|
static double rint(double x);
|
||||||
else /* NEED_RINT */
|
#else /* NEED_RINT */
|
||||||
extern double rint(double x);
|
extern double rint(double x);
|
||||||
#endif /* NEED_RINT */
|
#endif /* NEED_RINT */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user