diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-26 14:44:13 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-26 14:44:13 +0000 |
commit | 3274ef6b40aa6bc76ebe034586d027cc93f417c1 (patch) | |
tree | ccce6aefa1191373ecdec3cee45faddea4c36cdd /man.h | |
parent | 67b031ebcd131958f58662f4380593d1e52ebc32 (diff) | |
download | mandoc-3274ef6b40aa6bc76ebe034586d027cc93f417c1.tar.gz |
Whack MDOC_ACTED and MAN_ACTED (these no longer exist).
Diffstat (limited to 'man.h')
-rw-r--r-- | man.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |