=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- mandoc/libman.h 2010/03/29 04:52:14 1.29 +++ mandoc/libman.h 2010/03/29 10:10:35 1.30 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.29 2010/03/29 04:52:14 kristaps Exp $ */ +/* $Id: libman.h,v 1.30 2010/03/29 10:10:35 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;