This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [PATCH] MIPS gas: code cleanup


Eric Christopher wrote:
> OK with one question:
> 
> Why are you going through and changing instances of:
> 
> var++ to ++var?

It standardizes the file on one style, currently it's a mixture of

   foo++;
   ++bar;

Otherwise it's an purely optional change, I can leave it out if you
don't like it.


Thiemo


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