summaryrefslogtreecommitdiffstats
path: root/man.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 /man.h
parent67b031ebcd131958f58662f4380593d1e52ebc32 (diff)
downloadmandoc-3274ef6b40aa6bc76ebe034586d027cc93f417c1.tar.gz
Whack MDOC_ACTED and MAN_ACTED (these no longer exist).
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/man.h b/man.h
index 81b2792e..042163fa 100644
--- a/man.h
+++ b/man.h
@@ -95,7 +95,6 @@ struct man_node {
enum mant tok; /* tok or MAN__MAX if none */
int flags;
#define MAN_VALID (1 << 0) /* has been validated */
-#define MAN_ACTED (1 << 1) /* has been acted upon */
#define MAN_EOS (1 << 2) /* at sentence boundary */
enum man_type type; /* AST node type */
char *string; /* TEXT node argument */