summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-12 16:39:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-12 16:39:57 +0000
commitc719ec85550f1763968d4ff729b4269511f07ad6 (patch)
treed5340aa0040af63f9237b8971624cc5d73329def /private.h
parentb772d067401e789feb01542db6d402e98c357b68 (diff)
downloadmandoc-c719ec85550f1763968d4ff729b4269511f07ad6.tar.gz
mandoc-c719ec85550f1763968d4ff729b4269511f07ad6.tar.zst
mandoc-c719ec85550f1763968d4ff729b4269511f07ad6.zip
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/private.h b/private.h
index 3b5b4655..10559e77 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.61 2009/01/09 14:45:44 kristaps Exp $ */
+/* $Id: private.h,v 1.62 2009/01/12 16:39:57 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -53,6 +53,7 @@ struct mdoc_macro {
#define MDOC_QUOTABLE (1 << 3)
#define MDOC_PROLOGUE (1 << 4)
#define MDOC_NESTED (1 << 5)
+#define MDOC_TABSEP (1 << 6)
};
extern const struct mdoc_macro *const mdoc_macros;
@@ -118,6 +119,7 @@ int mdoc_args(struct mdoc *, int,
#define ARGS_QUOTED (1 << 0)
#define ARGS_DELIM (1 << 1)
+#define ARGS_TABSEP (1 << 2)
int xstrlcat(char *, const char *, size_t);
int xstrlcpy(char *, const char *, size_t);