From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2067 invoked by alias); 22 Mar 2002 19:09:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2046 invoked from network); 22 Mar 2002 19:09:42 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 22 Mar 2002 19:09:42 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16oUPz-00078B-00; Fri, 22 Mar 2002 14:09:39 -0500 Date: Fri, 22 Mar 2002 11:09:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: Jim Ingham , gdb-patches@sources.redhat.com Subject: Re: add set cp-abi command Message-ID: <20020322140939.A26911@nevyn.them.org> Mail-Followup-To: Andrew Cagney , Jim Ingham , gdb-patches@sources.redhat.com References: <20020320181856.A17115@nevyn.them.org> <20020322133420.A24693@nevyn.them.org> <3C9B8028.4050205@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9B8028.4050205@cygnus.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-03/txt/msg00421.txt.bz2 On Fri, Mar 22, 2002 at 02:04:08PM -0500, Andrew Cagney wrote: > > >(or something like that; eliminating the \-return, which gcc3 I thought > >would warn about...) > > FYI, gcc has problems with: > > this is a string > that goes across several lines. > > but not: > > this is a string\n\ > that goes across several lines Oh, that was it. In any case, I prefer using implicit string concatenation, since it doesn't mess up indentation as much. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer