This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

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


>  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


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