summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-16 12:23:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-16 12:23:25 +0000
commitd460b17b87e787b48938270b20eb4088e5c343ab (patch)
tree327c0f9b78231c4427c0222aba82f007a6e28ba7 /private.h
parentc3f113eda71022f3ea3245ce53f3878057139149 (diff)
downloadmandoc-d460b17b87e787b48938270b20eb4088e5c343ab.tar.gz
Clean-ups & documentation.
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/private.h b/private.h
index 751c0617..9ca3f427 100644
--- a/private.h
+++ b/private.h
@@ -41,6 +41,10 @@ struct mdoc {
};
+/* FIXME: it's 9 (this isn't used properly). */
+
+#define MDOC_LINEARG_MAX 12
+
#define MACRO_PROT_ARGS struct mdoc *mdoc, int tok, int line, \
int ppos, int *pos, char *buf