X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d3f9cacf68a35ab54ef8d339821e76db6ba69e73..323df3a1959338fcada2958ee7d4506c60067f1b:/private.h 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 * @@ -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