Re: svn commit: r15370 - in branches/python-bindings-improvements/subversion/bindings/swig: python/libsvn_swig_py python/svn
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-07-20 00:00:17 CEST
djames@tigris.org writes:
> Author: djames
> +++ branches/python-bindings-improvements/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c Tue Jul 19 15:54:49 2005
That's not a good name for something that is globally visible, how about
> +static char *poolAttribute = (char *) "_pool";
Casting away const is generally a bad idea, how about
static char name[] = "value";
> +
Given that function interface, why is _global_pool extern and not
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Jul 20 00:01:06 2005 |
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.