summaryrefslogtreecommitdiffstatshomepage
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
commit323df3a1959338fcada2958ee7d4506c60067f1b (patch)
tree4ce8570e68a0fae3b66a86d4980ee151d6192010 /private.h
parenta1a867fb1c1e2901c238afa76abb2f2168efca20 (diff)
downloadmandoc-323df3a1959338fcada2958ee7d4506c60067f1b.tar.gz
mandoc-323df3a1959338fcada2958ee7d4506c60067f1b.tar.zst
mandoc-323df3a1959338fcada2958ee7d4506c60067f1b.zip
Clean-ups & documentation.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/private.h b/private.h
index 0895f30b..a46a5612 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.64 2009/01/15 17:38:58 kristaps Exp $ */
+/* $Id: private.h,v 1.65 2009/01/16 12:23:25 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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