mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove extra float.h I added.
This commit is contained in:
@ -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;
|
|||||||
#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;
|
||||||
|
Reference in New Issue
Block a user