This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFC] Fixes to bootstrap from a C++ compiler (part 1)


On Friday 25 June 2004 07:09, Richard Kenner wrote:
> You are missing numerous blanks.
>  
>     +  struct md_constant *def = (struct md_constant *)*slot;
> 
> Such as after the ")" here and in many similar places.

I've just finished fixing these...


>     +       ISSPACE(typestart[typelen-1]);
> 
> And before this "(".

...while this one I hadn't seen.  Fixed.


> (I know it wasn't there before either, but usually it's a good idea to
> fix whitespace when editing a line for other reasons.)

I agree, but these changes were very mechanical and I must admit
I had not even read the code I was changing :-)

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/


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