Author: stefan2 Revision: 1431017 Modified property: svn:log Modified: svn:log at Wed Jan 9 20:05:25 2013 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Wed Jan 9 20:05:25 2013 @@ -1,5 +1,5 @@ Coding style patch: in logical expressions, instead of comparing -with logical constants use arithmetic operations. I.e. replace +with arithmetic constants use boolean operations. I.e. replace <expr> == TRUE with <expr> and <expr> == FALSE with !<expr>
