diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-16 23:44:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-16 23:44:41 +0000 |
commit | 049de3868dfab614357f07d4d25fa4b7c2e4b7f5 (patch) | |
tree | 3e9d18c4db18753163000049b6cfa2223383e920 /mandoc.h | |
parent | 1c5b69096dc052617e48d25e13d9e3875b100302 (diff) | |
download | mandoc-049de3868dfab614357f07d4d25fa4b7c2e4b7f5.tar.gz |
Ignore mdoc(7) and man(7) macros inside tbl(7) code because they
would abort the table in an unclean way, causing assertion failures
found by jsg@.
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ enum mandocerr { MANDOCERR_TBLIGNDATA, /* ignore data in cell */ MANDOCERR_TBLBLOCK, /* data block still open */ MANDOCERR_TBLEXTRADAT, /* ignoring extra data cells */ + MANDOCERR_TBLMACRO, /* ignoring macro in table: macro */ /* related to document structure and macros */ MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */ |