Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit956c2d6

Browse files
committed
Make ecpg test variable 'times' static so as not to conflict with libc
symbol.
1 parentab79444 commit956c2d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ char *dates[] = { "19990108foobar",
2929
"January 8, 99 BC",
3030
NULL };
3131

32-
char *times[] = { "0:04",
32+
/* do not conflict with libc "times" symbol */
33+
static char *times[] = { "0:04",
3334
"1:59 PDT",
3435
"13:24:40 -8:00",
3536
"13:24:40.495+3",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp