8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505eda commit 7e72d07Copy full SHA for 7e72d07
src/interfaces/ecpg/include/pgtypes_interval.h
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
#ifndef PGTYPES_INTERVAL
4
#define PGTYPES_INTERVAL
@@ -28,11 +28,11 @@ typedef long int int64;
28
#define INT64_IS_BUSTED
29
#endif /* not HAVE_LONG_INT_64 and not
30
* HAVE_LONG_LONG_INT_64 */
31
+#endif /* C_H */
32
33
#if defined(USE_INTEGER_DATETIMES) && !defined(INT64_IS_BUSTED)
34
#define HAVE_INT64_TIMESTAMP
35
#endif
-#endif /* C_H */
36
37
typedef struct
38
{
0 commit comments