mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Final cleanup.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: isinf.c,v 1.7 1999/07/15 22:39:38 momjian Exp $ */
|
||||
/* $Id: isinf.c,v 1.8 1999/07/16 04:59:35 momjian Exp $ */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@@ -26,6 +26,7 @@ isinf(double d)
|
||||
|
||||
#if defined(HAVE_FP_CLASS) || defined(HAVE_FP_CLASS_D)
|
||||
#if HAVE_FP_CLASS_H
|
||||
#include <fp_class.h>
|
||||
#endif
|
||||
int
|
||||
isinf(x)
|
||||
|
||||
Reference in New Issue
Block a user