summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-26 14:44:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-26 14:44:13 +0000
commit3274ef6b40aa6bc76ebe034586d027cc93f417c1 (patch)
treeccce6aefa1191373ecdec3cee45faddea4c36cdd /mdoc.h
parent67b031ebcd131958f58662f4380593d1e52ebc32 (diff)
downloadmandoc-3274ef6b40aa6bc76ebe034586d027cc93f417c1.tar.gz
Whack MDOC_ACTED and MAN_ACTED (these no longer exist).
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 155410fb..07927dd5 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -385,7 +385,6 @@ struct mdoc_node {
enum mdoct tok; /* tok or MDOC__MAX if none */
int flags;
#define MDOC_VALID (1 << 0) /* has been validated */
-#define MDOC_ACTED (1 << 1) /* has been acted upon */
#define MDOC_EOS (1 << 2) /* at sentence boundary */
#define MDOC_LINE (1 << 3) /* first macro/text on line */
#define MDOC_SYNPRETTY (1 << 4) /* SYNOPSIS-style formatting */