提交 6ffae202 编写于 作者: B Bruce Momjian

Add missing #.

上级 5fefb9f8
......@@ -7,7 +7,7 @@
*
*
* 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
#define rint my_rint
static double rint(double x);
else /* NEED_RINT */
#else /* NEED_RINT */
extern double rint(double x);
#endif /* NEED_RINT */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册