diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-14 22:58:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-14 22:58:16 +0000 |
commit | b0031dfe9b9cc55f4b61c2a1d9e68a6348a85adb (patch) | |
tree | c35e73ede53f08e7ab51e0b49fb27526f690f9be /libmandoc.h | |
parent | 323e3a106a57ad0f1823fa1f87d6bafc7f3097f3 (diff) | |
download | mandoc-b0031dfe9b9cc55f4b61c2a1d9e68a6348a85adb.tar.gz |
downgrade ".so with absolute path" from FATAL to ERROR;
allows to get rid of ROFF_ERR
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmandoc.h b/libmandoc.h index 71b9bb3f..0121b6da 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -24,8 +24,7 @@ enum rofferr { ROFF_SO, /* include another file */ ROFF_IGN, /* ignore current line */ ROFF_TBL, /* a table row was successfully parsed */ - ROFF_EQN, /* an equation was successfully parsed */ - ROFF_ERR /* badness: puke and stop */ + ROFF_EQN /* an equation was successfully parsed */ }; struct buf { |