Code-Cleanup: function declarations (void, and k&r style)

Поиск
Список
Период
Сортировка
От Stefan Huehner
Тема Code-Cleanup: function declarations (void, and k&r style)
Дата
Msg-id 20070314162537.GA16000@pro4u.org
обсуждение исходный текст
Ответы Re: Code-Cleanup: function declarations (void, and k&r style)  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Hi,

attached patch fixes some function declarations:

- () -> (void)
- k&r style -> ansi C

Regards,
Stefan


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LIMIT/SORT optimization
Следующее
От: Stefan Huehner
Дата:
Сообщение: Code-Cleanup: char* -> const char*