=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.64 retrieving revision 1.65 diff -u -p -r1.64 -r1.65 --- mandoc/Attic/private.h 2009/01/15 17:38:58 1.64 +++ mandoc/Attic/private.h 2009/01/16 12:23:25 1.65 @@ -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 * @@ -40,6 +40,10 @@ struct mdoc { enum mdoc_sec sec_last; }; + +/* 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