[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [patch] c99-isms

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 26 Mar 2009 16:59:04 -0400

Matthew Woehlke wrote:
> C. Michael Pilato wrote:
>> You missed a case of declaration-after-assignment, but I'll fix it. Also, I
>> changed all the declarations you touched from merely:
>>
>> struct some_struct;
>>
>> to:
>>
>> struct some_struct = { 0 };
>>
>> which is consistent with the way other code in our codebase inits
>> stack-allocated structures.
>
> You should have said something earlier, I could have done that :-).

True. 'cept I didn't think of it earlier. :-)

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1435068

Received on 2009-03-26 21:59:25 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.