diff options
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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); |