Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: "Martin M. Hunt" <hunt@redhat.com>,
	gdb-patches@sources.redhat.com, eliz@is.elta.co.il
Subject: i18n; Was: [RFA] breakpoints.c clear_command fix
Date: Fri, 05 Apr 2002 18:40:00 -0000	[thread overview]
Message-ID: <3CAE6013.7080908@cygnus.com> (raw)
In-Reply-To: <3CAE5578.10B51383@redhat.com>

>  if (from_tty)
> !     printf_unfiltered ("Deleted breakpoint%s ", found->next ? "s" : "");
> !

Completly off topic.  We're not ment to use this ``trick'' any more :-( 
  It doesn't work with i18n.  Instead, GDB is going to need to use:

	if (...)
	  print (singular)
	else
	  print (plural)

fun, eh,
Andrew


  reply	other threads:[~2002-04-06  2:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-26 16:02 Martin M. Hunt
2002-04-05 18:10 ` Michael Snyder
2002-04-05 18:40   ` Andrew Cagney [this message]
2002-04-06  0:17     ` i18n; Was: " Eli Zaretskii
2002-04-06  7:30       ` Andrew Cagney
2002-04-08 12:24   ` Martin M. Hunt
2002-04-09 15:34     ` Michael Snyder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CAE6013.7080908@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=eliz@is.elta.co.il \
    --cc=gdb-patches@sources.redhat.com \
    --cc=hunt@redhat.com \
    --cc=msnyder@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox