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 ef2b5d3a..a232128b 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -390,6 +390,7 @@ struct mdoc_node {
#define MDOC_ACTED (1 << 1)
enum mdoc_type type;
union mdoc_data data;
+ /* FIXME: have an enum mdoc_sec. */
};
/* Call-backs for parse messages. */