summaryrefslogtreecommitdiffstats
path: root/mandoc.h
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 /mandoc.h
parent9ff714c4d1575c1f56c58d6d0a2632df41c604c7 (diff)
downloadmandoc-a45ffeccc960ff652ba7f2aeebec3a920827306b.tar.gz
Add support for `gsize' eqn token (introduced in second-edition troff).
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 4c0a6255..8f91cafe 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -110,7 +110,6 @@ enum mandocerr {
MANDOCERR_ERROR, /* ===== start of errors ===== */
/* related to equations */
- MANDOCERR_EQNARGS, /* bad equation macro arguments */
MANDOCERR_EQNNEST, /* too many nested equation defines */
MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/
MANDOCERR_EQNSCOPE, /* equation scope open on exit */