summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a2829047..e584cd54 100644
--- a/include/common.h
+++ b/include/common.h
@@ -155,7 +155,6 @@
#define ST_REJECT (IRH | HRM)
#define QCAST int (*)(const void *, const void *)
-#define Ctrl(c) (c & 037)
#define chartoupper(c) ((c >= 'a' && c <= 'z') ? c+'A'-'a' : c)
#define LEN_AUTHOR1 5