summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-15 16:15:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-15 16:15:37 +0000
commitef0353dfc9e7fa3b8dd811c3b71e0e3af38aa552 (patch)
treecd01d0b901db7fb00b9d004af33f65ee549f0b6f /main.c
parentc69d73e538ba3ff030b674c93779eeb56d394f6d (diff)
downloadmandoc-ef0353dfc9e7fa3b8dd811c3b71e0e3af38aa552.tar.gz
mandoc-ef0353dfc9e7fa3b8dd811c3b71e0e3af38aa552.tar.zst
mandoc-ef0353dfc9e7fa3b8dd811c3b71e0e3af38aa552.zip
Remove duplicate UNCONST definition.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 531f1494..b01cac2d 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.148 2011/03/15 13:24:42 kristaps Exp $ */
+/* $Id: main.c,v 1.149 2011/03/15 16:15:37 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -42,7 +42,6 @@
#endif
#define REPARSE_LIMIT 1000
-#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a))
/* FIXME: Intel's compiler? LLVM? pcc? */