| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | pgman(at)candle(dot)pha(dot)pa(dot)us |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Use _() macro consistently rather than gettext(). |
| Date: | 2005-02-22 05:07:53 |
| Message-ID: | 421ABE29.2090004@samurai.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-patches |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2005-02-22 07:18:28 | pgsql: This patch changes makes some significant changes to how |
| Previous Message | Bruce Momjian | 2005-02-22 04:57:59 | Re: pgsql: Add support to port/snprintf.c for position |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2005-02-22 09:25:03 | Re: Change < to -f in examples with input files |
| Previous Message | Bruce Momjian | 2005-02-22 04:58:47 | Re: CSV multiline final fix |