Commit 55780ae0 authored by Bruce Momjian's avatar Bruce Momjian

Remove extra float.h I added.

parent 837f0cbe
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.23 1997/09/24 15:40:59 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1523,8 +1523,6 @@ double x; ...@@ -1523,8 +1523,6 @@ double x;
#undef class #undef class
#endif /* CLASS_CONFICT */ #endif /* CLASS_CONFICT */
#include <float.h>
static int static int
isinf(x) isinf(x)
double x; double x;
......
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