summaryrefslogtreecommitdiffstats
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
commit87d72e07e9c7935f4db2f36c4fc32716cd34b865 (patch)
tree26cc2722d5b0a708acda96d27bb2dedb3d416ce5
parent86827913770e3e8ca2e37f7ddf7f0a949630148e (diff)
downloadmandoc-87d72e07e9c7935f4db2f36c4fc32716cd34b865.tar.gz
Remove duplicate UNCONST definition.
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9fd1b9c6..2faa0edf 100644
--- a/main.c
+++ b/main.c
@@ -42,7 +42,6 @@
#endif
#define REPARSE_LIMIT 1000
-#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a))
/* FIXME: Intel's compiler? LLVM? pcc? */