[Patch] Make svn_tristate_t compatible with svn_boolean_t
From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: Thu, 04 Nov 2010 00:21:07 +0100
Hi there,
after stumbling twice over this issue, I ran grep
Therefore, I propose to define svn_tristate_false
if ((get_some_bool() ? svn_tristate_true : svn_tristate_false) ==
Also, the following will compile without warning but
// FALSE becomes "unknown", TRUE becomes "false"
-- Stefan^2.
[[[
* subversion/include/svn_types.h
|
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.