summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 20:06:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 20:06:36 +0000
commitbdbc20253f6d0e531a1f1bf519d9d01a5c1059a3 (patch)
treef27a25b2a25582b032b25051cb254d826aca9e53 /libman.h
parent8cad25c2bd23b7a8d1c081a886ca26c2ff2d1e10 (diff)
downloadmandoc-bdbc20253f6d0e531a1f1bf519d9d01a5c1059a3.tar.gz
Simplify: replace one global flag by one local variable.
No functional change.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index 8b3d0be1..5ed1d421 100644
--- a/libman.h
+++ b/libman.h
@@ -31,7 +31,6 @@ struct man {
#define MAN_BLINE (1 << 2) /* Next-line block scope. */
#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 */