summaryrefslogtreecommitdiffstats
path: root/libmdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmdoc.h b/libmdoc.h
index e4a32a25..9bfddd31 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -26,6 +26,7 @@ enum mdoc_next {
struct mdoc {
struct mparse *parse; /* parse pointer */
char *defos; /* default argument for .Os */
+ int quick; /* abort parse early */
int flags; /* parse flags */
#define MDOC_HALT (1 << 0) /* error in parse: halt */
#define MDOC_LITERAL (1 << 1) /* in a literal scope */