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

Re: svn commit: r1663896 - in /subversion/trunk/subversion: include/svn_hash.h libsvn_subr/hash.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Wed, 04 Mar 2015 10:10:06 +0100

On 04.03.2015 10:03, julianfoad_at_apache.org wrote:
> Author: julianfoad
> Date: Wed Mar 4 09:03:13 2015
> New Revision: 1663896
>
> URL: http://svn.apache.org/r1663896
> Log:
> Redefine the svn_hash_sets macro to match the way svn_hash_gets is defined,
> thus avoiding a backward compatibility problem. A follow-up to r1663760 and
[...]
> +#ifdef SVN_DEBUG
> +#define svn_hash_sets(ht, key, val) \
> + svn_hash__sets(ht, key, val)
> +#else
> +#define svn_hash_gets(ht, key) \
> + apr_hash_set(ht, svn_hash__key, APR_HASH_KEY_STRING, val)
> +#endif

... and watch the buildbots go red from embarrassment? :)

-- Brane
Received on 2015-03-04 10:10:38 CET

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.