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

Re: svn commit: r11400 - trunk/subversion/libsvn_delta

From: <kfogel_at_collab.net>
Date: 2004-10-14 17:33:32 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:
> Er. I'd feel much better about one of the following two solutions
> over the one chosen:
>
> 1. Use conditional definition:
>
> #ifndef MIN
> #define MIN(a, b) ((a) < (b) ? (a) : (b))
> #endif
>
> And remove the #undef altogether.
>
> 2. Use SVN_MIN instead of TMP_MIN.

Why?

(Not arguing, just not seeing the problem.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 14 19:23:07 2004

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.