Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2008 11:58:55 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        "Ivan Voras" <ivoras@gmail.com>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r185356 - head/sys/dev/ixgbe
Message-ID:  <86tz9t305s.fsf@ds4.des.no>
In-Reply-To: <9bbcef730811270238k61c3e59fqee7715f017d70ccf@mail.gmail.com> (Ivan Voras's message of "Thu, 27 Nov 2008 11:38:05 %2B0100")
References:  <200811270219.mAR2Ji2M073024@svn.freebsd.org> <20081126213204.14db9a63@kan.dnsalias.net> <20081127.000621.1413927847.imp@bsdimp.com> <9bbcef730811270220h1a7f812k2ba340737132ff82@mail.gmail.com> <8663m94g30.fsf@ds4.des.no> <9bbcef730811270238k61c3e59fqee7715f017d70ccf@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Ivan Voras" <ivoras@gmail.com> writes:
> Dag-Erling Sm=C3=B8rgrav <des@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
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tz9t305s.fsf>