summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 20:56:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 20:56:21 +0000
commit7a6aee8ed3dc388c63c4711e3a8122b46d8740fb (patch)
tree8dee241488a36f4f92ad3f3da7d3abff8bab5748 /private.h
parent08c41144962e9ec1a320addcf4b53dd63eb0a26c (diff)
downloadmandoc-7a6aee8ed3dc388c63c4711e3a8122b46d8740fb.tar.gz
In-progress migration to ARGV separation.
Diffstat (limited to 'private.h')
-rw-r--r--private.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/private.h b/private.h
index 2af41f52..b4766b8f 100644
--- a/private.h
+++ b/private.h
@@ -60,9 +60,7 @@ struct mdoc_macro {
#define MDOC_CALLABLE (1 << 0)
#define MDOC_PARSED (1 << 1)
#define MDOC_EXPLICIT (1 << 2)
-#define MDOC_QUOTABLE (1 << 3)
-#define MDOC_PROLOGUE (1 << 4)
-#define MDOC_TABSEP (1 << 5)
+#define MDOC_PROLOGUE (1 << 3)
};
#define mdoc_nwarn(mdoc, node, type, fmt, ...) \
@@ -159,10 +157,6 @@ int mdoc_args(struct mdoc *, int,
#define ARGS_PUNCT (2)
#define ARGS_QWORD (3)
-#define ARGS_QUOTED (1 << 0)
-#define ARGS_DELIM (1 << 1)
-#define ARGS_TABSEP (1 << 2)
-
int xstrlcats(char *, const struct mdoc_node *, size_t);
int xstrlcat(char *, const char *, size_t);
int xstrlcpy(char *, const char *, size_t);