Re: Long argument lines (was: [PATCH] v4. line_transformer callback)
From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 27 Aug 2009 20:20:10 -0400
On Thu, Aug 27, 2009 at 20:16, Blair Zajac<blair_at_orcaware.com> wrote:
Probably a cut/paste from its original declaration. That parent should
> While we're nitpicking style, we don't change macros though?
That is not an arg-taking macro. It is supposed to expand like:
return svn_error_quick_wrap(some_function(args));
to:
return (svn_error__locate(...), (svn_error_quick_wrap))(some_function(args))
Sneaky :-)
Cheers,
------------------------------------------------------
|
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.