summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc.h b/mdoc.h
index 911c88ec..9246b2a3 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -260,6 +260,7 @@ struct mdoc_node {
int flags;
#define MDOC_VALID (1 << 0)
#define MDOC_ACTED (1 << 1)
+#define MDOC_EOS (1 << 2)
enum mdoc_type type;
enum mdoc_sec sec;