diff options
Diffstat (limited to 'src/interfaces/ecpg/include/datetime.h')
-rw-r--r-- | src/interfaces/ecpg/include/datetime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h index e7d6d2144aa..9394a129f1b 100644 --- a/src/interfaces/ecpg/include/datetime.h +++ b/src/interfaces/ecpg/include/datetime.h @@ -5,8 +5,8 @@ #include <ecpg_informix.h> -#ifndef _ECPGLIB_H /* source created by ecpg which defines these - * symbols */ +/* source created by ecpg which defines these symbols */ +#ifndef _ECPGLIB_H typedef timestamp dtime_t; typedef interval intrvl_t; #endif /* ndef _ECPGLIB_H */ |