From a726649696ac45144dc2ee6745a227b2c3d904ff Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 17 Jul 2011 14:08:49 +0000 Subject: Provide implementations of `define', `set', and `unset'. Tie them into the stream of data. Document these appropriate, bringing in the grammar as defined by the original eqn manual (Kernighan/Richie). --- mandoc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index f545be22..f83154aa 100644 --- a/mandoc.h +++ b/mandoc.h @@ -109,6 +109,9 @@ enum mandocerr { MANDOCERR_ERROR, /* ===== start of errors ===== */ + /* related to equations */ + MANDOCERR_EQNARGS, /* bad equation macro arguments */ + /* related to tables */ MANDOCERR_TBL, /* bad table syntax */ MANDOCERR_TBLOPT, /* bad table option */ -- cgit