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
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
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
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