1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Final cleanup.

This commit is contained in:
Bruce Momjian
1999-07-16 05:00:38 +00:00
parent 9b645d481c
commit a71802e12e
210 changed files with 833 additions and 907 deletions

View File

@@ -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)