Обсуждение: Code-Cleanup: function declarations (void, and k&r style)

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

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

От
Stefan Huehner
Дата:
Hi,

attached patch fixes some function declarations:

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

Regards,
Stefan


Вложения

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

От
Neil Conway
Дата:
Stefan Huehner wrote:
> attached patch fixes some function declarations:
>
> - () -> (void)
> - k&r style -> ansi C
>

Applied, thanks for the patch.

-Neil