Author: julianfoad Revision: 1431072 Modified property: svn:log Modified: svn:log at Wed Jan 9 22:57:51 2013 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Wed Jan 9 22:57:51 2013 @@ -1,5 +1,5 @@ Consistify a few remaining redundant or odd expressions involving boolean -constants, such as "foo == FALSE" to "!foo" and "number ? FALSE : TRUE" to +constants, such as "foo == FALSE" to "!foo" and "number ? TRUE : FALSE" to "number != 0". A follow-up to r1431017 and r1431040. * subversion/include/svn_types.h
