summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 13:05:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 13:05:28 +0000
commitffd36f32dbbe968941923914f7f8630c797a1206 (patch)
tree721e677a8d53f9114adfa009f12326d25630633b /private.h
parentff707aa645312b3a39818f27c27f11dc06eca2d6 (diff)
downloadmandoc-ffd36f32dbbe968941923914f7f8630c797a1206.tar.gz
Quoted-literals handled correctly.
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)