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

Re: raises hand for bite-sized issue #604

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-23 22:38:45 CET

On Wed, Jan 23, 2002 at 10:17:41PM +0100, Branko �ibej wrote:
> Greg Stein wrote:
> >On Wed, Jan 23, 2002 at 04:47:37PM +0100, Branko �ibej wrote:
>...
> >>Ah .. that's SVN_WIN32, already defined in svn_private_config_hw.
> >
> >Why do we have SVN_WIN32 defined, then the compiler will always define
> >_WIN32 for us?
>
> Why not?

Multiple ways of doing exactly the same thing.

If I see #ifdef SVN_WIN32, then I'm going to wonder how it is different from
#ifdef WIN32. Do some research and spend the time only to figure out they
are the same semantics.

Taking your logic to the ridiculous extreme, we could have two names for
every function in Subversion. You get to choose which one you want to call.
Wouldn't that be fun? :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 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.