diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 14:38:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-29 14:38:14 +0000 |
commit | 9864cb8baea0db37f74a5bca120318017b215c1f (patch) | |
tree | 1e83dc769ff95f78b842ab6934449c8f0d893c9b /main.c | |
parent | 48a02365daa47036d1d8a13c10650bb8f67bded6 (diff) | |
download | mandoc-9864cb8baea0db37f74a5bca120318017b215c1f.tar.gz |
Merge, with considerable changes, tbl.bsd.lv's layout-handling code.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "bad table syntax", "bad table option", + "bad table layout", + "no table layout cells specified", "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping text before the first section header", |