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]

Re: NLS related patches


On Wed, Jun 28, 2000 at 10:02:26AM +0200, Philipp Thomas wrote:
> -	  fprintf (stderr, "Forward traversal: insn chain corrupt.\n");
> -	  fprintf (stderr, "previous insn:\n");
> +	  fprintf (stderr, _("Forward traversal: insn chain corrupt.\n"));
> +	  fprintf (stderr, _("previous insn:\n"));

I don't think you should translate internal errors.  That's
just going to make things more difficult for developers to
figure out what the problem was.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]