Re: pgsql: Use _() macro consistently rather than gettext().

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: pgsql: Use _() macro consistently rather than gettext().
Дата
Msg-id 421ABE29.2090004@samurai.com
обсуждение исходный текст
Ответ на pgsql: Use _() macro consistently rather than gettext().  (momjian@svr1.postgresql.org (Bruce Momjian))
Список pgsql-committers
Bruce Momjian wrote:
> Use _() macro consistently rather than gettext().  Add translation
> macros around strings that were missing them.

This commit induces the following warnings:

In file included from /home/neilc/pgsql/src/timezone/localtime.c:20:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/strftime.c:27:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/zic.c:18:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/ialloc.c:11:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/scheck.c:11:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive

-Neil

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Add support to port/snprintf.c for position
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: This patch changes makes some significant changes to how