From: sin Date: Wed, 22 Oct 2014 16:41:16 +0000 (+0100) Subject: Some systems define this already. X-Git-Tag: v1.0~92^2~150 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=11ca2b408da2c2493cee813d92efd9c751e9f070;p=nnn.git Some systems define this already. --- diff --git a/noice.c b/noice.c index 3019dada..e4f86a03 100644 --- a/noice.c +++ b/noice.c @@ -33,6 +33,7 @@ #endif /* DEBUG */ #define LEN(x) (sizeof(x) / sizeof(*(x))) +#undef MIN #define MIN(x, y) ((x) < (y) ? (x) : (y)) #define ISODD(x) ((x) & 1) #define CONTROL(c) ((c) ^ 0x40)