[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: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 7 May 2012 15:51:18 +0200

On Mon, May 07, 2012 at 09:30:30AM -0400, Greg Stein wrote:
> 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.

Oh! Neat. r1335021, thanks.
Received on 2012-05-07 15:51:57 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.