From 05b3c7b4a206baa8f5859dbe7b1121bb763d7e13 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). --- read.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index 9516b2bf..8066e87c 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.16 2011/07/17 12:52:54 kristaps Exp $ */ +/* $Id: read.c,v 1.17 2011/07/17 14:08:49 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -152,6 +152,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "generic error", + /* related to equations */ + "bad equation macro syntax", + /* related to tables */ "bad table syntax", "bad table option", -- cgit v1.2.3