We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51ab85 commit 7a58d19Copy full SHA for 7a58d19
src/interfaces/ecpg/include/datetime.h
@@ -5,8 +5,8 @@
5
6
#include <ecpg_informix.h>
7
8
-#ifndef _ECPGLIB_H /* source created by ecpg which defines these
9
- * symbols */
+/* source created by ecpg which defines these symbols */
+#ifndef _ECPGLIB_H
10
typedef timestamp dtime_t;
11
typedef interval intrvl_t;
12
#endif /* ndef _ECPGLIB_H */
src/interfaces/ecpg/include/decimal.h
-#ifndef _ECPGLIB_H /* source created by ecpg which defines this
- * symbol */
+/* source created by ecpg which defines this */
typedef decimal dec_t;
0 commit comments