Commit 6ffae202 authored by Bruce Momjian's avatar Bruce Momjian

Add missing #.

parent 5fefb9f8
...@@ -7,7 +7,7 @@ ...@@ -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); ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment