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 6ceca3f commit 40482e6Copy full SHA for 40482e6
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