summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index cf894321..2af41f52 100644
--- a/private.h
+++ b/private.h
@@ -157,6 +157,7 @@ int mdoc_args(struct mdoc *, int,
#define ARGS_EOLN (0)
#define ARGS_WORD (1)
#define ARGS_PUNCT (2)
+#define ARGS_QWORD (3)
#define ARGS_QUOTED (1 << 0)
#define ARGS_DELIM (1 << 1)