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

Re: svn commit: r23303 - in trunk/subversion: include libsvn_subr tests/libsvn_subr

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-02-07 18:39:02 CET

Peter Samuelson wrote:
> [cmpilato@tigris.org]
>> --- trunk/subversion/libsvn_subr/path.c (original)
>> +++ trunk/subversion/libsvn_subr/path.c Tue Jan 30 14:16:14 2007
>
>> + *path_root = apr_pstrmemdup(pool, path,
>> + (last_period - path + 1) \
>> + * sizeof(*path));
>
> Huh ... I never knew you could use \{newline} in C outside a quoted
> string. You learn something new every day.
>
> It does look odd, though - was it intentional?

It doesn't look odd to me at the moment, but then, I've done 95% of my
programming in recent months in Python, so I'm not the best judge. I don't
suppose it's *necessary*, though. Will fix. Thanks, Peter.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Feb 7 18:39:09 2007

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.