pgsql: Put inline declaration before return type - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Put inline declaration before return type
Date
Msg-id E1Qj2gG-0006hv-FH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put inline declaration before return type

gcc -Wextra complains that the other way around is obsolescent, and
this was the only place where it was written in this order.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf6be7af2532da6674dcb9335c0953044a787427

Modified Files
--------------
contrib/fuzzystrmatch/fuzzystrmatch.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Change debug message from ereport to elog