summaryrefslogtreecommitdiffstatshomepage
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
commitc4da36392950a99306bb7aae41a441fdf8e9f48f (patch)
tree6eeb860a13fd8ddc1ffab06c8d113c11a1b3e0cf /private.h
parent6a14e4705e3232af38a72cfb7ca8b2a09ed0b3a9 (diff)
downloadmandoc-c4da36392950a99306bb7aae41a441fdf8e9f48f.tar.gz
mandoc-c4da36392950a99306bb7aae41a441fdf8e9f48f.tar.zst
mandoc-c4da36392950a99306bb7aae41a441fdf8e9f48f.zip
In-progress migration to ARGV separation.
Diffstat (limited to 'private.h')
-rw-r--r--private.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/private.h b/private.h
index 8dba4642..b64bdb85 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.71 2009/01/20 13:05:28 kristaps Exp $ */
+/* $Id: private.h,v 1.72 2009/01/20 20:56:21 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);