pgsql: Put inline declaration before return type

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Put inline declaration before return type
Дата
Msg-id E1Qj2gG-0006hv-FH@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix typo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Change debug message from ereport to elog