summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Meskes2007-05-28 09:46:47 +0000
committerMichael Meskes2007-05-28 09:46:47 +0000
commit7e72d07aa470e94849e30a740637ef37b50514e6 (patch)
tree36881656642c8213d820c4d5d2c7d2fe02299a76 /src
parentf505edace12655f3491b9c91991731e2b6bf1f0b (diff)
Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/include/pgtypes_interval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/include/pgtypes_interval.h b/src/interfaces/ecpg/include/pgtypes_interval.h
index bb4f269ead3..3e5e6dc1639 100644
--- a/src/interfaces/ecpg/include/pgtypes_interval.h
+++ b/src/interfaces/ecpg/include/pgtypes_interval.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.13 2006/10/04 00:30:11 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.14 2007/05/28 09:46:47 meskes Exp $ */
#ifndef PGTYPES_INTERVAL
#define PGTYPES_INTERVAL
@@ -28,11 +28,11 @@ typedef long int int64;
#define INT64_IS_BUSTED
#endif /* not HAVE_LONG_INT_64 and not
* HAVE_LONG_LONG_INT_64 */
+#endif /* C_H */
#if defined(USE_INTEGER_DATETIMES) && !defined(INT64_IS_BUSTED)
#define HAVE_INT64_TIMESTAMP
#endif
-#endif /* C_H */
typedef struct
{