aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-14 22:58:16 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-14 22:58:16 +0000
commite402ce0a4d1def17586b4c8b5d769063e5e841b9 (patch)
tree395c308cb49c03bfbca725e1e0fc7a0d1d509908 /libmandoc.h
parenta75cd602ebfaf527c83177aa31df55e03e2e854e (diff)
downloadmandoc-e402ce0a4d1def17586b4c8b5d769063e5e841b9.tar.gz
mandoc-e402ce0a4d1def17586b4c8b5d769063e5e841b9.tar.zst
mandoc-e402ce0a4d1def17586b4c8b5d769063e5e841b9.zip
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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmandoc.h b/libmandoc.h
index e4a25ba4..a8de4500 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmandoc.h,v 1.53 2014/12/28 14:42:27 schwarze Exp $ */
+/* $Id: libmandoc.h,v 1.54 2015/01/14 22:58:16 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 {