This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: add set cp-abi command
- From: Jim Ingham <jingham at apple dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: Andrew Cagney <ac131313 at cygnus dot com>, gdb-patches at sources dot redhat dot com
- Date: Fri, 22 Mar 2002 11:28:56 -0800
- Subject: Re: add set cp-abi command
On Friday, March 22, 2002, at 11:09 AM, Daniel Jacobowitz wrote:
> 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
Right, this one was the version that was always sure to work...
>
> Oh, that was it. In any case, I prefer using implicit string
> concatenation, since it doesn't mess up indentation as much.
Not a problem. There must have been some compiler from back in my dim
past that choked on the implicit concatenation, 'cause whenever I see it
it still sends chills up my spine. But since I can't even remember
when & where, and it is somewhat more readable, I can go with it.
Now for the texinfo change...
Jim
--
Jim Ingham jingham@apple.com
Developer Tools - gdb
Apple Computer