Re: 2.4.9 does not compile [PATCH]

David S. Miller (davem@redhat.com)
Fri, 17 Aug 2001 13:57:06 -0700 (PDT)


From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Fri, 17 Aug 2001 10:11:17 +0100 (BST)

Its actually basically impossible to do back compat macros
with this mess. Your original smin() umin() proposal was _much_ saner.

I don't see how you can logically say this.
My sint_min() etc. version broke things just
as equally because it had:

#define min __compile_error_do_not_use_min
#define max __compile_error_do_not_use_max

in it. Do you think Linus or myself, by doing
this, intended to let anyone undef the damn things
to get around this?

The whole point of the changes was "min and max are
dumb, nobody may use them in their traditional form".

I was pretty sure, you understood this.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/