K 10 svn:author V 3 bde K 8 svn:date V 27 2001-06-06T06:58:13.000000Z K 7 svn:log V 273 Fixed missing parentheses in the definition of KTR_COMPILE. KTR_COMPILE is usually (always?) used in expressions like (KTR_COMPILE & KTR_FOO). Defining it as KTR_INTR|KTR_PROC gave the wrong value in approximately 8497 places according to error output for compiling LINT. END