K 10 svn:author V 5 trasz K 8 svn:date V 27 2010-01-08T15:44:49.449374Z K 7 svn:log V 103 Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order to silence newer GCC versions. END