summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2016-02-08 11:10:14 +0100
committerAndres Freund <andres@anarazel.de>2016-02-08 11:10:14 +0100
commit33b26426ebe993b0f59e9b7683db2dcf2f7ad2dd (patch)
treee669e4c43323e907605be3d2aedee8ab5c038fd9 /src
parent73ed2a5607b88b018c3e1cbdc9ea4623695a7743 (diff)
Backpatch of 7a58d19b0 to 9.4, previously omitted.
Apparently by accident the above commit was backpatched to all supported branches, except 9.4. This appears to be an error, as the issue is just as present there. Given the short amount of time before the next minor release, and given the issue is documented to be fixed for 9.4, it seems like a good idea to push this now. Original-Author: Michael Meskes Discussion: 75DB81BEEA95B445AE6D576A0A5C9E9364CBC11F@BPXM05GP.gisp.nec.co.jp
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/include/datetime.h4
-rw-r--r--src/interfaces/ecpg/include/decimal.h4
2 files changed, 4 insertions, 4 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 */
diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h
index 7efed476932..11b02de8aef 100644
--- a/src/interfaces/ecpg/include/decimal.h
+++ b/src/interfaces/ecpg/include/decimal.h
@@ -5,8 +5,8 @@
#include <ecpg_informix.h>
-#ifndef _ECPGLIB_H /* source created by ecpg which defines this
- * symbol */
+/* source created by ecpg which defines this */
+#ifndef _ECPGLIB_H
typedef decimal dec_t;
#endif /* ndef _ECPGLIB_H */