This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: code that could be improved
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Roland Illig <roland dot illig at gmx dot de>
- Cc: bug-gcc at gnu dot org
- Date: Tue, 02 Mar 2004 01:53:55 -0800
- Subject: Re: code that could be improved
- References: <4043CD7D.6020006@gmx.de>
Roland Illig <roland.illig@gmx.de> writes:
> - some message patterns could be simplified for translation.
> for example "invalid %%f value" and "invalid %%H value" will
> always be translated with just replacing "f" by "H", won't it?
Should be, yes. But I find your suggested form harder to read, and I
don't see what it gains you...
zw