diff options
Diffstat (limited to 'src/interfaces/ecpg/include/datetime.h')
-rw-r--r-- | src/interfaces/ecpg/include/datetime.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h index c3a70626755..6c64abbd386 100644 --- a/src/interfaces/ecpg/include/datetime.h +++ b/src/interfaces/ecpg/include/datetime.h @@ -1,11 +1,11 @@ -/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.13 2008/02/14 12:22:36 meskes Exp $ */ #ifndef _ECPG_DATETIME_H #define _ECPG_DATETIME_H #include <ecpg_informix.h> -typedef timestamp dtime_t; -typedef interval intrvl_t; +/* typedef timestamp dtime_t; +typedef interval intrvl_t;*/ #endif /* ndef _ECPG_DATETIME_H */ |