Re: CVS update: subversion/subversion/libsvn_delta xml_parse.c
From: Greg Stein <gstein_at_lyra.org>
Date: 2000-10-20 20:39:39 CEST
On Fri, Oct 20, 2000 at 06:26:10PM -0000, sussman@tigris.org wrote:
Personally, I find (*funcptr)(args) much more readable than funcptr(args).
Consider:
replace_directory(args);
In the above call, is replace_directory a function pointer or the function
(*replace_directory)(args);
In the above, I *know* it is a function pointer.
So, to follow suit with people requesting stylistic changes, can we please
thx,
-- Greg Stein, http://www.lyra.org/Received on Sat Oct 21 14:36:12 2006 |
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.