summaryrefslogtreecommitdiffstatshomepage
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
commitd7fbb7d096f24634fd2aa0c5146e6fbf55acb09e (patch)
treeaf3fa526e9f5f7774a6605a897347ba3fbc6a2f5 /private.h
parent80d8b4991abbf63a591116b09dfb3b844b5b0405 (diff)
downloadmandoc-d7fbb7d096f24634fd2aa0c5146e6fbf55acb09e.tar.gz
mandoc-d7fbb7d096f24634fd2aa0c5146e6fbf55acb09e.tar.zst
mandoc-d7fbb7d096f24634fd2aa0c5146e6fbf55acb09e.zip
Quoted-literals handled correctly.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index fbcdc90d..8dba4642 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.70 2009/01/20 12:51:28 kristaps Exp $ */
+/* $Id: private.h,v 1.71 2009/01/20 13:05:28 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)