Commit 956c2d66 authored by Bruce Momjian's avatar Bruce Momjian

Make ecpg test variable 'times' static so as not to conflict with libc

symbol.
parent ab79444e
...@@ -29,7 +29,8 @@ char *dates[] = { "19990108foobar", ...@@ -29,7 +29,8 @@ char *dates[] = { "19990108foobar",
"January 8, 99 BC", "January 8, 99 BC",
NULL }; NULL };
char *times[] = { "0:04", /* do not conflict with libc "times" symbol */
static char *times[] = { "0:04",
"1:59 PDT", "1:59 PDT",
"13:24:40 -8:00", "13:24:40 -8:00",
"13:24:40.495+3", "13:24:40.495+3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment