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

Re: svn commit: r11978 - in trunk/subversion: libsvn_subr tests/libsvn_subr

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-11-22 06:55:16 CET

On Sun, 2004-11-21 at 17:57, brane@tigris.org wrote:
> + if ((memcmp (str1, str2, len1)) == 0)

What, are we trying to allay people's concerns that this might bind as
memcmp ((str1, str2, len1) == 0)?

There's such a thing as too many parentheses.

> + return TRUE;
> + else
> + return FALSE;

... and there's also a place for "return (boolean expr);"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 22 06:56:23 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.