aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sin <sin@2f30.org>2014-10-22 17:41:16 +0100
committerGravatar sin <sin@2f30.org>2014-10-22 17:41:16 +0100
commit11ca2b408da2c2493cee813d92efd9c751e9f070 (patch)
treefe2c67114f6f25dd308cde7be3804cd281c59102
parent1c467fce7adc8a3fd703c934ab3892be3c73715e (diff)
downloadnnn-11ca2b408da2c2493cee813d92efd9c751e9f070.tar.gz
Some systems define this already.
-rw-r--r--noice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 3019dad..e4f86a0 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)