i18n; Was: [RFA] breakpoints.c clear_command fix

Andrew Cagney ac131313@cygnus.com
Fri Apr 5 18:40:00 GMT 2002


>  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



More information about the Gdb-patches mailing list