=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/mandoc/man.h 2010/12/19 07:53:12 1.31 --- src/usr.bin/mandoc/man.h 2010/12/27 23:57:13 1.32 *************** *** 1,4 **** ! /* $Id: man.h,v 1.31 2010/12/19 07:53:12 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man.h,v 1.32 2010/12/27 23:57:13 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * *************** *** 101,107 **** enum mant tok; /* tok or MAN__MAX if none */ int flags; #define MAN_VALID (1 << 0) /* has been validated */ - #define MAN_ACTED (1 << 1) /* has been acted upon */ #define MAN_EOS (1 << 2) /* at sentence boundary */ enum man_type type; /* AST node type */ char *string; /* TEXT node argument */ --- 101,106 ----