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]

Re: add set cp-abi command


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


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