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

Commitce3d1a4

Browse files
committed
Un-break ecpg regression test.
1 parent34036c8 commitce3d1a4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ char *dates[] = { "19990108foobar",
4747
"January 8, 99 BC",
4848
NULL };
4949

50-
char*times[]= {"0:04",
50+
/* do not conflict with libc "times" symbol */
51+
staticchar*times[]= {"0:04",
5152
"1:59 PDT",
5253
"13:24:40 -8:00",
5354
"13:24:40.495+3",
@@ -72,22 +73,22 @@ main(void)
7273

7374

7475

75-
#line51 "dt_test2.pgc"
76+
#line52 "dt_test2.pgc"
7677
datedate1 ;
7778

78-
#line52 "dt_test2.pgc"
79+
#line53 "dt_test2.pgc"
7980
timestampts1 ,ts2 ;
8081

81-
#line53 "dt_test2.pgc"
82+
#line54 "dt_test2.pgc"
8283
char*text ;
8384

84-
#line54 "dt_test2.pgc"
85+
#line55 "dt_test2.pgc"
8586
interval*i1 ;
8687

87-
#line55 "dt_test2.pgc"
88+
#line56 "dt_test2.pgc"
8889
date*dc ;
8990
/* exec sql end declare section */
90-
#line56 "dt_test2.pgc"
91+
#line57 "dt_test2.pgc"
9192

9293

9394
inti,j;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp