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

Re: svn commit: r1334953 - /subversion/trunk/subversion/svnserve/main.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 7 May 2012 09:30:30 -0400

On May 7, 2012 7:10 AM, <stsp_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/svnserve/main.c Mon May 7 11:10:05 2012
> @@ -150,6 +150,11 @@ void winservice_notify_stop(void)
> #define SVNSERVE_OPT_CACHE_REVPROPS 267
> #define SVNSERVE_OPT_SINGLE_CONN 268
>
> +/* Helper macros to stringify ra_svn's default port number. */
> +#define SVNSERVE_PORT(p) SVNSERVE_PORT_STR(p)
> +#define SVNSERVE_PORT_STR(p) #p

I'd suggest APR_STRINGIFY rather than new macros.

>...

Cheers,
-g
Received on 2012-05-07 15:31:06 CEST

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.