K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T07:09:38.000000Z K 7 svn:log V 311 Don't (conditionally) override the kernel's min() and max() functions with macros. This breaks if the functions are replaced by macros with unsuitable semantics. Define a MAX() macro unconditionally instead. max() is unsuitable since we need a constant expression. Don't define MIN() - we never used min(). END