diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ struct mdoc_macro { #define MDOC_PARSED (1 << 1) #define MDOC_EXPLICIT (1 << 2) #define MDOC_PROLOGUE (1 << 3) +#define MDOC_IGNDELIM (1 << 4) + /* Reserved words in arguments treated as text. */ }; #define mdoc_nwarn(mdoc, node, type, fmt, ...) \ |