Re: svn commit: r8341 - trunk/subversion/libsvn_subr
From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-01-16 19:30:04 CET
On 2004-01-16 11:59-0600, djh@tigris.org wrote:
Sorry about jumping to topic in this late phase, but:
> +#define WIN32_RETRY_LOOP(err, expr) \
I think it is better to use construction:
#ifdef WIN32
when you are doing function-like macros. This way the execution path of
BR, Jani
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jan 16 19:30:39 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.