From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21446 invoked by alias); 29 Nov 2002 12:02:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21400 invoked from network); 29 Nov 2002 12:02:23 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 29 Nov 2002 12:02:23 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18HjoX-0000dE-00 for ; Fri, 29 Nov 2002 13:00:09 +0100 To: gdb@sources.redhat.com X-Injected-Via-Gmane: http://gmane.org/ Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18HjmK-0000Sb-00 for ; Fri, 29 Nov 2002 12:57:52 +0100 Path: not-for-mail From: Ben Elliston Subject: Re: [RFA] Replace strdup with xstrdup in tic30-dis.c Date: Fri, 29 Nov 2002 04:02:00 -0000 Organization: Red Hat Asia-Pacific Pty Ltd Message-ID: References: <20021128223919.GG949@bubble.sa.bigpond.net.au> <3DE6A57E.9020704@redhat.com> <20021129050413.GI949@bubble.sa.bigpond.net.au> <15847.10300.408437.7902@casey.transmeta.com> NNTP-Posting-Host: to-velocet.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1038571072 1107 216.138.202.10 (29 Nov 2002 11:57:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2002 11:57:52 +0000 (UTC) User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) Cache-Post-Path: scooby!unknown@localhost X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Cc: binutils@sources.redhat.com X-SW-Source: 2002-11/txt/msg00427.txt.bz2 >>>>> "Doug" == Doug Evans writes: >> int some_func (a, b, c) >> boolean a; >> all_lined_up_sweetly * b; >> int c; Doug> Amen! Having things line up sweetly is what I call "studly gaps". ;-) Ben