Re: Synchronize with imath upstream - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Synchronize with imath upstream
Date
Msg-id 87lg2x73cg.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
Responses Re: Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
>>>>> "Noah" == Noah Misch <noah@leadboat.com> writes:

 Noah> -  # -Wdeclaration-after-statement isn't applicable for C++
 Noah> +  # -Wdeclaration-after-statement isn't applicable for C++.  Specific C files
 Noah> +  # disable it, so AC_SUBST the negative form.
 Noah> +  PERMIT_DECLARATION_AFTER_STATEMENT=
 Noah> +  if test x"$save_CFLAGS" != "$CFLAGS"; then

Missing "x" here?

+  if test x"$save_CFLAGS" != x"$CFLAGS"; then

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: pg_dump multi VALUES INSERT
Next
From: Fabien COELHO
Date:
Subject: Re: Removing \cset from pgbench