From 8dcd82f193500659f5edb949d069278282a85795 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 13 Aug 2019 12:40:16 -0400 Subject: Add minimums of 1 to some parameters --- term.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'term.h') diff --git a/term.h b/term.h index 2bc4dcb..b4a96af 100644 --- a/term.h +++ b/term.h @@ -17,8 +17,6 @@ #include #include -#define MIN(a, b) ((a) < (b) ? (a) : (b)) - typedef unsigned uint; enum { -- cgit 1.4.1