svn commit: r185356 - head/sys/dev/ixgbe

Dag-Erling Smørgrav des at des.no
Thu Nov 27 02:58:57 PST 2008


"Ivan Voras" <ivoras at gmail.com> writes:
> Dag-Erling Smørgrav <des at des.no> writes:
> > I'm curious about what you mean with "c99 variable declarations".  [...]
> [...]  I mean things like:
>
> if () {
>   struct *something abc;
>   int y;
>   ...
> }

C has always allowed declaring variables at the top of any block.  It is
still discouraged by style(9), though.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list