mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove extra #endif
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/* $Id: isinf.c,v 1.12 1999/07/18 20:43:33 momjian Exp $ */
|
/* $Id: isinf.c,v 1.13 1999/07/30 03:45:44 momjian Exp $ */
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
@ -66,4 +66,3 @@ isinf(double x)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user