projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb84df
)
Remove extra #endif
author
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Jul 1999 03:45:44 +0000
(
03:45
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Jul 1999 03:45:44 +0000
(
03:45
+0000)
src/backend/port/isinf.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/isinf.c
b/src/backend/port/isinf.c
index 7a45da91ddbd5c0edd8fa7532bfcf274c5df5de6..441883fc20c5276760cb1a72213218a4d9b291e7 100644
(file)
--- a/
src/backend/port/isinf.c
+++ b/
src/backend/port/isinf.c
@@
-1,4
+1,4
@@
-/* $Id: isinf.c,v 1.1
2 1999/07/18 20:43:33
momjian Exp $ */
+/* $Id: isinf.c,v 1.1
3 1999/07/30 03:45:44
momjian Exp $ */
#include <math.h>
@@
-66,4
+66,3
@@
isinf(double x)
#endif
#endif
-#endif