summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 23:38:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 23:38:52 +0000
commit94b5e78c3c72288a055e1760e2dcebb95873c0a0 (patch)
tree2c4a527fb2fd995a9a527185e4c9b5ebb7174025 /mandoc.h
parentd04c6341b9459e49c141ef24f7c7b8956dd53c31 (diff)
downloadmandoc-94b5e78c3c72288a055e1760e2dcebb95873c0a0.tar.gz
Remove the useless FATAL error "argument count wrong, violates syntax".
The last remaining instance was .It in .Bl -column with more than one excessive .Ta. However, simply downgrading from FATAL to ERROR, it just works fine, almost the same way as in groff, without any other changes.
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 922c227c..c2a60a1b 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -163,7 +163,6 @@ enum mandocerr {
MANDOCERR_TOOLARGE, /* input too large */
MANDOCERR_COLUMNS, /* column syntax is inconsistent */
MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */
- MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */
MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */
MANDOCERR_SO_FAIL, /* .so request failed */
MANDOCERR_MEM, /* static buffer exhausted */