projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa780b
)
Another place that HAVE_LIMITS_H was misspelled.
author
Tom Lane
Fri, 9 Jul 1999 15:09:54 +0000
(15:09 +0000)
committer
Tom Lane
Fri, 9 Jul 1999 15:09:54 +0000
(15:09 +0000)
src/backend/utils/adt/int.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/int.c
b/src/backend/utils/adt/int.c
index 910c3fa5116cf343defe6484fea32fa63af6d786..636b6ae5ce85dac7aa2e167e220e92e2732eaa7d 100644
(file)
--- a/
src/backend/utils/adt/int.c
+++ b/
src/backend/utils/adt/int.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.2
0 1999/02/13 23:19:20 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.2
1 1999/07/09 15:09:54 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-30,7
+30,7
@@
*/
#include
#include
-#ifdef HAVE_LIMITS
+#ifdef HAVE_LIMITS
_H
#include
#endif