=================================================================== RCS file: /cvs/mandoc/man.h,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/man.h 2010/12/08 10:58:22 1.48 +++ mandoc/man.h 2010/12/26 14:44:13 1.49 @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.48 2010/12/08 10:58:22 kristaps Exp $ */ +/* $Id: man.h,v 1.49 2010/12/26 14:44:13 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -95,7 +95,6 @@ struct man_node { 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 */