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

Ivan Voras ivoras at gmail.com
Thu Nov 27 02:57:05 PST 2008


2008/11/27 Erik Trulsson <ertr1013 at student.uu.se>:
> On Thu, Nov 27, 2008 at 11:38:05AM +0100, Ivan Voras wrote:

>> if () {
>>   struct *something abc;
>>   int y;
>>   ...
>> }
>>
>> You'll probably find my code is one the biggest users of this style
>> but I've only started using it when I saw it already used.
>
> That construct is allowed in C89 as well.

Great! I always thought this was c99-specific.

I'll go ask Google for the documentation.


More information about the svn-src-head mailing list