summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools.h b/tools.h
index d19d785..606e9f1 100644
--- a/tools.h
+++ b/tools.h
@@ -10,16 +10,6 @@
#include "common.h"
-#ifdef min
-#undef min
-#endif
-#define min(x, y) (x < y ? x : y)
-
-#ifdef max
-#undef max
-#endif
-#define max(x, y) (x > y ? x : y)
-
std::string parseaux(const char *str);
bool ischaracters(const char *aux, const char *mask);