Re: svn_pool_xxx vs apr_pool_xxx
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-08-15 20:05:29 CEST
Sander Striker wrote:
> We can safely replace all the svn_pool_xxx calls with apr_pool_xxx
My only objection is that I find
apr_pool_t *subpool = svn_pool_create(pool);
a lot easier on the eyes (and the vertical whitespace) than
apr_pool_t *subpool;
apr_pool_create(&subpool, pool);
It's not a huge objection, but there it is if anyone cares. Of course,
-garrett
---------------------------------------------------------------------
|
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.