=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.29 retrieving revision 1.31 diff -u -p -r1.29 -r1.31 --- mandoc/libman.h 2010/03/29 04:52:14 1.29 +++ mandoc/libman.h 2010/04/08 07:53:01 1.31 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.29 2010/03/29 04:52:14 kristaps Exp $ */ +/* $Id: libman.h,v 1.31 2010/04/08 07:53:01 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -37,6 +37,7 @@ struct man { #define MAN_LITERAL (1 << 4) /* Literal input. */ #define MAN_BPLINE (1 << 5) enum man_next next; + enum man_next svnext; struct man_node *last; struct man_node *first; struct man_meta meta; @@ -65,6 +66,7 @@ enum merr { WROFFNEST, WROFFSCOPE, WTITLECASE, + WBADCOMMENT, WERRMAX };