summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:55:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:55:07 +0000
commita45ffeccc960ff652ba7f2aeebec3a920827306b (patch)
treee4f40286cc7d68a5c8f1c9aa9d59146e6c687910 /read.c
parent9ff714c4d1575c1f56c58d6d0a2632df41c604c7 (diff)
downloadmandoc-a45ffeccc960ff652ba7f2aeebec3a920827306b.tar.gz
Add support for `gsize' eqn token (introduced in second-edition troff).
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read.c b/read.c
index eee2c6f1..4c4b3308 100644
--- a/read.c
+++ b/read.c
@@ -152,7 +152,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"generic error",
/* related to equations */
- "bad equation macro syntax",
"too many nested equation defines",
"unexpected equation scope closure",
"equation scope open on exit",