This is the mail archive of the gdb-patches@sourceware.org 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: D language support


> > > > +  if (gsymbol->language == language_d
> > > > +      || gsymbol->language == language_auto)
> > > > +    {
> > > > +      demangled =
> > > > +	d_demangle(mangled, 0);
> [...]
> > Still i should join it?
> 
> Yes, please. It's not a matter of style for this line. In your case,
> the whole statement fits in one line, and thus should be written as
> such. For the cases you quoted, it did not, and thus the statement was
> split across 2 or more lines...

OK, fixed.

Attachment: gdb-100422-d.patch
Description: Binary data


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