pgsql: Code cleanup for function prototypes: change two K&R-style

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Code cleanup for function prototypes: change two K&R-style
Дата
Msg-id 20070318053650.38A199FB438@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Code cleanup for function prototypes: change two K&R-style prototypes
to ANSI-style, and change "()" -> "(void)". Patch from Stefan Huehner.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_funcs.c (r1.57 -> r1.58)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_funcs.c.diff?r1=1.57&r2=1.58)
    pgsql/src/port:
        qsort.c (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/qsort.c.diff?r1=1.12&r2=1.13)
        qsort_arg.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/qsort_arg.c.diff?r1=1.3&r2=1.4)

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

Предыдущее
От: eggyknap@pgfoundry.org (User Eggyknap)
Дата:
Сообщение: pgsnmpd - pgsnmpd: Make it build again
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Code cleanup: mark some variables with the "const" modifier, when