=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- mandoc/libman.h 2010/11/30 15:36:28 1.44 +++ mandoc/libman.h 2011/01/12 10:43:22 1.45 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.44 2010/11/30 15:36:28 kristaps Exp $ */ +/* $Id: libman.h,v 1.45 2011/01/12 10:43:22 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -34,6 +34,7 @@ struct man { #define MAN_ILINE (1 << 3) /* Ignored in next-line scope. */ #define MAN_LITERAL (1 << 4) /* Literal input. */ #define MAN_BPLINE (1 << 5) +#define MAN_NEWLINE (1 << 6) /* first macro/text in a line */ enum man_next next; /* where to put the next node */ struct man_node *last; /* the last parsed node */ struct man_node *first; /* the first parsed node */