diff options
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/term.h b/term.h index 2bc4dcb..b4a96af 100644 --- a/term.h +++ b/term.h @@ -17,8 +17,6 @@ #include <stdbool.h> #include <wchar.h> -#define MIN(a, b) ((a) < (b) ? (a) : (b)) - typedef unsigned uint; enum { |