This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Fri, Apr 29, 2005 at 06:55:28PM -0400, DJ Delorie wrote: > + if (warn_show_options && opt) > + a_msgid = ACONCAT ((msgid, " [", cl_options[opt].opt_text, "]", 0)); I suspect that this breaks i18n? We havn't yet looked up the translated version of msgid... r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |