Re: [PATCH] Drop the auto keyword

2013-11-29 Thread Justus Winter
Quoting Justus Winter (2013-11-29 01:02:40) > Drop the auto keyword from the generated source code. auto is the > default storage type for variables anyway and it is customary to omit > it. Hm, this is already in, please ignore this. It slipped in while doing git send-email. Justus

[PATCH] Drop the auto keyword

2013-11-28 Thread Justus Winter
Drop the auto keyword from the generated source code. auto is the default storage type for variables anyway and it is customary to omit it. * utils.c (WriteCheckDecl): Drop auto from generated source. (WriteStaticLongDecl): Likewise. (WriteStaticShortDecl): Likewise. --- utils.c |6 +++--- 1

Re: [PATCH] Drop the auto keyword

2013-09-04 Thread Samuel Thibault
Justus Winter, le Wed 04 Sep 2013 17:18:41 +0200, a écrit : > Drop the auto keyword from the generated source code. Applied, thanks. Samuel

[PATCH] Drop the auto keyword

2013-09-04 Thread Justus Winter
Drop the auto keyword from the generated source code. auto is the default storage type for variables anyway and it is customary to omit it. * utils.c (WriteCheckDecl): Drop auto from generated source. (WriteStaticLongDecl): Likewise. (WriteStaticShortDecl): Likewise. --- utils.c |6 +++--- 1