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
Hi :)
this drops the auto keyword from sources generated by mig.
Justus
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