aboutsummaryrefslogtreecommitdiff
path: root/sdep.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 17:24:19 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 17:24:19 +0200
commit878219c862cd772db54dfa92372678592935626f (patch)
treed715e99a2581f4f72f45330e73345844f1f459d3 /sdep.c
parente76b410b860cefe5f0a3f6c744f317899186e96b (diff)
downloadsdep-878219c862cd772db54dfa92372678592935626f.tar.gz
sdep-878219c862cd772db54dfa92372678592935626f.zip
Removed unused macro
Diffstat (limited to 'sdep.c')
-rw-r--r--sdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdep.c b/sdep.c
index e2b9442..36dbbff 100644
--- a/sdep.c
+++ b/sdep.c
@@ -6,8 +6,6 @@
6#include <string.h> 6#include <string.h>
7#include <time.h> 7#include <time.h>
8 8
9#define min(X,Y) (X<Y ? X : Y)
10
11/* 9/*
12 * Maximum number of characters in a line. The rest will be truncated. 10 * Maximum number of characters in a line. The rest will be truncated.
13 * Change this if you need very long lines. 11 * Change this if you need very long lines.

Generated with cgit - Back to sebastiano.tronto.net