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

Another small cleanup for mig

2013-09-04 Thread Justus Winter
Hi :) this drops the auto keyword from sources generated by mig. Justus

[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