Skip to content

Commit ec66ec8

Browse files
committed
Adjust ecpg expected-results files for commit 7640f93.
Mea culpa for not rechecking check-world at the last step :-( Per buildfarm.
1 parent 4f67858 commit ec66ec8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/interfaces/ecpg/test/expected/compat_informix-dec_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* print_double(x) has the same effect as printf("%g", x), but is intended
3434
* to produce the same formatting across all platforms.
3535
*/
36-
static void
36+
static inline void
3737
print_double(double x)
3838
{
3939
#ifdef WIN32

src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* print_double(x) has the same effect as printf("%g", x), but is intended
3030
* to produce the same formatting across all platforms.
3131
*/
32-
static void
32+
static inline void
3333
print_double(double x)
3434
{
3535
#ifdef WIN32

src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* print_double(x) has the same effect as printf("%g", x), but is intended
3131
* to produce the same formatting across all platforms.
3232
*/
33-
static void
33+
static inline void
3434
print_double(double x)
3535
{
3636
#ifdef WIN32

0 commit comments

Comments
 (0)