pgsql: Remove use of obsolescent Autoconf macros

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove use of obsolescent Autoconf macros
Дата
Msg-id E1VmlNX-0003sC-Lq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove use of obsolescent Autoconf macros

Remove the use of the following macros, which are obsolescent according
to the Autoconf documentation:

- AC_C_CONST
- AC_C_STRINGIZE
- AC_C_VOLATILE
- AC_FUNC_MEMCMP

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34fa72ec9cfc1f5c4b11b67b2ce7eac6caca9fa5

Modified Files
--------------
configure                     |  297 -----------------------------------------
configure.in                  |    6 -
src/include/c.h               |   22 +--
src/include/pg_config.h.in    |   10 --
src/include/pg_config.h.win32 |   10 --
src/port/memcmp.c             |   70 ----------
6 files changed, 3 insertions(+), 412 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Simplify handling of variablelists in XSLT build
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent possible compiler warnings.