This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] gettext support for GCC 4.0 internal format, fix for PR translation/21364
- From: Bruno Haible <bruno at clisp dot org>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, gcc-patches at gcc dot gnu dot org, translation at iro dot umontreal dot ca
- Date: Tue, 31 May 2005 19:51:31 +0200
- Subject: Re: [PATCH] gettext support for GCC 4.0 internal format, fix for PR translation/21364
- References: <20050517113757.GD4930@devserv.devel.redhat.com> <20050531135834.GI22349@devserv.devel.redhat.com> <200505311921.29092.bruno@clisp.org>
I wrote:
> (I also added --flag=_:1:pass-... options for _().)
Oops. This is actually not needed, because nobody uses _() inside _(). Sorry.
Bruno