bde b8c473161f 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().
1998-02-13 07:09:38 +00:00
..
1998-02-09 06:11:36 +00:00
1998-02-09 06:11:36 +00:00
1998-02-09 06:11:36 +00:00
1998-02-12 20:47:39 +00:00