From 323df3a1959338fcada2958ee7d4506c60067f1b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 16 Jan 2009 12:23:25 +0000 Subject: Clean-ups & documentation. --- private.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '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 -- cgit v1.2.3