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

Re: svn commit: r18490 - trunk/subversion/libsvn_subr

From: <kfogel_at_collab.net>
Date: 2006-02-24 20:25:41 CET

djh@tigris.org writes:
> Log:
> Fix some Win32 macro definitions.
>
> * subversion/libsvn_subr/config_impl.h
> Tweak some macro definitions whose meaning was changed in the great
> no-space-before-param-list-paren cleanup of r18471.

Sorry about that, and thanks for the cleanup djh.

-K

> Modified: trunk/subversion/libsvn_subr/config_impl.h
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_subr/config_impl.h?rev=18490&p1=trunk/subversion/libsvn_subr/config_impl.h&p2=trunk/subversion/libsvn_subr/config_impl.h&r1=18489&r2=18490
> ==============================================================================
> --- trunk/subversion/libsvn_subr/config_impl.h (original)
> +++ trunk/subversion/libsvn_subr/config_impl.h Thu Feb 16 18:53:25 2006
> @@ -87,13 +87,13 @@
> double underscore or not, and if so, where the extra underscore
> would go. Thoughts? -kff */
> # define SVN_REGISTRY_PREFIX "REGISTRY:"
> -# define SVN_REGISTRY_PREFIX_LEN((sizeof(SVN_REGISTRY_PREFIX)) - 1)
> +# define SVN_REGISTRY_PREFIX_LEN ((sizeof(SVN_REGISTRY_PREFIX)) - 1)
> # define SVN_REGISTRY_HKLM "HKLM\\"
> -# define SVN_REGISTRY_HKLM_LEN((sizeof(SVN_REGISTRY_HKLM)) - 1)
> +# define SVN_REGISTRY_HKLM_LEN ((sizeof(SVN_REGISTRY_HKLM)) - 1)
> # define SVN_REGISTRY_HKCU "HKCU\\"
> -# define SVN_REGISTRY_HKCU_LEN((sizeof(SVN_REGISTRY_HKCU)) - 1)
> +# define SVN_REGISTRY_HKCU_LEN ((sizeof(SVN_REGISTRY_HKCU)) - 1)
> # define SVN_REGISTRY_PATH "Software\\Tigris.org\\Subversion\\"
> -# define SVN_REGISTRY_PATH_LEN((sizeof(SVN_REGISTRY_PATH)) - 1)
> +# define SVN_REGISTRY_PATH_LEN ((sizeof(SVN_REGISTRY_PATH)) - 1)
> # define SVN_REGISTRY_SYS_CONFIG_PATH \
> SVN_REGISTRY_PREFIX \
> SVN_REGISTRY_HKLM \
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 24 22:10:25 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.