aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 21:18:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 21:18:24 +0000
commit7932c52fa72df57459b3b6ec61250902a3494de1 (patch)
tree1e1455ee8c5a8c4314bb00167832fa849a37f061 /libman.h
parent3df821d1852019b1d849d65ee50cbf551b92bbd6 (diff)
downloadmandoc-7932c52fa72df57459b3b6ec61250902a3494de1.tar.gz
mandoc-7932c52fa72df57459b3b6ec61250902a3494de1.tar.zst
mandoc-7932c52fa72df57459b3b6ec61250902a3494de1.zip
garbage collect three unused global flags; no functional change
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libman.h b/libman.h
index 91827987..66e36c97 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.60 2014/07/30 20:06:36 schwarze Exp $ */
+/* $Id: libman.h,v 1.61 2014/07/30 21:18:24 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -26,10 +26,8 @@ struct man {
struct mparse *parse; /* parse pointer */
int quick; /* abort parse early */
int flags; /* parse flags */
-#define MAN_HALT (1 << 0) /* badness happened: die */
#define MAN_ELINE (1 << 1) /* Next-line element scope. */
#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_NEWLINE (1 << 6) /* first macro/text in a line */
enum man_next next; /* where to put the next node */