]> granicus.if.org Git - postgresql/commitdiff
Remove extra #endif
authorBruce Momjian <bruce@momjian.us>
Fri, 30 Jul 1999 03:45:44 +0000 (03:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 30 Jul 1999 03:45:44 +0000 (03:45 +0000)
src/backend/port/isinf.c

index 7a45da91ddbd5c0edd8fa7532bfcf274c5df5de6..441883fc20c5276760cb1a72213218a4d9b291e7 100644 (file)
@@ -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>
 
@@ -66,4 +66,3 @@ isinf(double x)
 
 #endif
 #endif
-#endif