]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmandoc.h
downgrade ".so with absolute path" from FATAL to ERROR;
[mandoc.git] / libmandoc.h
index e4a25ba40de86a3d8bd4240a95a268e3466d24ed..a8de450050d4534961af439c801dabe11af0fd0e 100644 (file)
@@ -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 {