Обсуждение: pgsql: Put inline declaration before return type

Поиск
Список
Период
Сортировка

pgsql: Put inline declaration before return type

От
Peter Eisentraut
Дата:
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(-)