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 ab79444 commit 956c2d6Copy full SHA for 956c2d6
src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc
@@ -29,7 +29,8 @@ char *dates[] = { "19990108foobar",
29
"January 8, 99 BC",
30
NULL };
31
32
-char *times[] = { "0:04",
+/* do not conflict with libc "times" symbol */
33
+static char *times[] = { "0:04",
34
"1:59 PDT",
35
"13:24:40 -8:00",
36
"13:24:40.495+3",
0 commit comments