=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libman.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/mandoc/libman.h 2010/05/15 18:06:02 1.18 +++ src/usr.bin/mandoc/libman.h 2010/05/16 00:54:03 1.19 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.18 2010/05/15 18:06:02 schwarze Exp $ */ +/* $Id: libman.h,v 1.19 2010/05/16 00:54:03 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -28,7 +28,6 @@ void *data; struct man_cb cb; int pflags; /* parse flags (see man.h) */ - int svflags; /* flags saved during roff blocks */ int flags; /* parse flags */ #define MAN_HALT (1 << 0) /* badness happened: die */ #define MAN_ELINE (1 << 1) /* Next-line element scope. */ @@ -38,7 +37,6 @@ #define MAN_BPLINE (1 << 5) #define MAN_EL_USE (1 << 6) /* Following .el will be used. */ enum man_next next; - enum man_next svnext; struct man_node *last; struct man_node *first; struct man_meta meta; @@ -63,8 +61,6 @@ WNOSCOPE, WOLITERAL, WNLITERAL, - WROFFNEST, - WROFFSCOPE, WTITLECASE, WBADCOMMENT, WERRMAX