]> git.cameronkatri.com Git - mandoc.git/blobdiff - private.h
Clean-ups & documentation.
[mandoc.git] / private.h
index 0895f30bccb39441a304279332c4a605a815d827..a46a5612a072cabf7b68f0c2d2f8b719c5df9be4 100644 (file)
--- 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>
  *
 /*
  * 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
 
 #define        MACRO_PROT_ARGS struct mdoc *mdoc, int tok, int line, \
                        int ppos, int *pos, char *buf