From 7be5fc75543838241bb32d119197e65ad64e15f8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 17 Jul 2011 12:52:54 +0000 Subject: Warn if equation `define' key is quoted (groff-ism). --- read.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index da273ae1..9516b2bf 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.15 2011/05/26 20:36:21 kristaps Exp $ */ +/* $Id: read.c,v 1.16 2011/07/17 12:52:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -146,6 +146,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "bad comment style", "bad escape sequence", "unterminated quoted string", + + /* related to equations */ + "unexpected literal in equation", "generic error", -- cgit v1.2.3-56-ge451