From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Stan Shebs Cc: GDB Patches Subject: Re: [rfc] s/ui_out_list/ui_out_tupple/ Date: Fri, 11 May 2001 18:40:00 -0000 Message-id: <3AFC9495.4090403@cygnus.com> References: <3AFC3223.7080508@cygnus.com> <3AFC391B.2E76FF7E@apple.com> X-SW-Source: 2001-05/msg00256.html > Andrew Cagney wrote: > >> >> Hello, >> >> The attatched patch is a deliberate step sideways for the UI/MI code. >> >> At present, the UI code uses ui_out_list*() to create the output while >> the MI code outputs tupples. The attatched, patch changes the UI code so >> that it it creates tupples instead of lists making the UI and MI >> consistent. To ease my pain, I added ui_out_tupple*() wrappers. > > > So, is "tupple", like, Australian for "tuple" or something? :-) It is what you get when I try to pronounce tuple with a Canadian accent :-) > (Just for fun, I did a Google search for "tupple" - only appears a > few hundred times, vs 150K+ for "tuple"...) They are probably all mine as well :-) I'll fix that. Andrew