Re: [patch] c99-isms
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 26 Mar 2009 16:10:12 -0400
Matthew Woehlke wrote:
You missed a case of declaration-after-assignment, but I'll fix it. Also, I
struct some_struct;
to:
struct some_struct = { 0 };
which is consistent with the way other code in our codebase inits
Thanks for the patch.
-- 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=1434574
|
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.