commit 878219c862cd772db54dfa92372678592935626f parent e76b410b860cefe5f0a3f6c744f317899186e96b Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Mon, 15 May 2023 17:24:19 +0200 Removed unused macro Diffstat:
M | sdep.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sdep.c b/sdep.c @@ -6,8 +6,6 @@ #include <string.h> #include <time.h> -#define min(X,Y) (X<Y ? X : Y) - /* * Maximum number of characters in a line. The rest will be truncated. * Change this if you need very long lines.