Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/fs/tmpfs



On Tue, 10 May 2011, Takahiro Kambe wrote:

> In message <20110509170006.GA15831@marx.bitnet>
>       on Mon, 9 May 2011 20:00:06 +0300,
>       Jukka Ruohonen <jruohonen%iki.fi@localhost> wrote:
> > On Mon, May 09, 2011 at 06:50:08PM +0200, Adam Hoka wrote:
> >> So can we use "for (int i = 0; ..." ? :p
> lint(1) support them?

Yes, lint(1) knows about it, see lint(7):

          325     variable declaration in for loop

and lint -S (use C9X mode) disables this warning..

iain


Home | Main Index | Thread Index | Old Index