K 10 svn:author V 4 ache K 8 svn:date V 27 1994-09-22T03:58:43.000000Z K 7 svn:log V 184 Attention to all cc hackers, here workaround for gcc 2.6.0 optimizer bug (old code works without -O and don't works with -O) old !(x & y) != !(a & b) changed to !!(x & y) != !!(a & b) END