summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:04:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:04:01 +0000
commit3c250f9844dc2759a6887a574ce490316f7d1939 (patch)
treee1d3729c8ebbf735e45a2a9bec594ec0e4fe6da7 /mdoc.h
parentf4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c (diff)
downloadmandoc-3c250f9844dc2759a6887a574ce490316f7d1939.tar.gz
Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4
Newline-escaped lines are concatenated. Added -fign-macro option.
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 be2a0123..ad2edf85 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -264,6 +264,7 @@ struct mdoc_node {
#define MDOC_IGN_SCOPE (1 << 0) /* Ignore scope violations. */
#define MDOC_IGN_ESCAPE (1 << 1) /* Ignore bad escape sequences. */
+#define MDOC_IGN_MACRO (1 << 2) /* Ignore unknown macros. */
/* Call-backs for parse messages. */
struct mdoc_cb {