[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r21562 - in branches/merge-tracking/subversion: include libsvn_client libsvn_subr

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-20 23:47:54 CEST

On Wed, 20 Sep 2006, Kamesh Jayachandran wrote:
...
> >+svn_error_t *
> >+svn_hash_clear(apr_hash_t *hash)
> >+{
> >+#if APR_VERSION_AT_LEAST(1, 3, 0)
> >+ apr_hash_clear(hash);
> >+#else
>
> Please port r21564 from trunk which fixes the compile error because of
> this port.

...with pre-1.3.0 APR. Done in r21572.

  • application/pgp-signature attachment: stored
Received on Wed Sep 20 23:49:09 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.