Re: svn commit: rev 1919 - trunk/subversion/clients/cmdline
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-05-10 22:42:23 CEST
Greg Stein <gstein@lyra.org> writes:
This issue keeps coming up, and every time I ask the same question.
If APR_SUCCESS is absolutely and always defined to be zero, then why
#define APR_STATUS_IS_SUCCESS(s) ((s) == APR_SUCCESS \
and like this under OS2:
#define APR_STATUS_IS_SUCCESS(s) ((s) == APR_SUCCESS \
That looks a bit more complex than just "== 0" to me... ?
Don't get me wrong: I too would like to test explicitly for it, but
-Karl
---------------------------------------------------------------------
|
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.