Commit ec66ec8b authored by Tom Lane's avatar Tom Lane

Adjust ecpg expected-results files for commit 7640f931.

Mea culpa for not rechecking check-world at the last step :-(
Per buildfarm.
parent 4f67858d
......@@ -33,7 +33,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32
......
......@@ -29,7 +29,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32
......
......@@ -30,7 +30,7 @@
* print_double(x) has the same effect as printf("%g", x), but is intended
* to produce the same formatting across all platforms.
*/
static void
static inline void
print_double(double x)
{
#ifdef WIN32
......
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