aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.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 /libmdoc.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 'libmdoc.h')
-rw-r--r--libmdoc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmdoc.h b/libmdoc.h
index 8b9b8dec..21badbde 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmdoc.h,v 1.86 2014/07/09 11:31:43 schwarze Exp $ */
+/* $Id: libmdoc.h,v 1.87 2014/07/30 21:18:24 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -28,7 +28,6 @@ struct mdoc {
const char *defos; /* default argument for .Os */
int quick; /* abort parse early */
int flags; /* parse flags */
-#define MDOC_HALT (1 << 0) /* error in parse: halt */
#define MDOC_LITERAL (1 << 1) /* in a literal scope */
#define MDOC_PBODY (1 << 2) /* in the document body */
#define MDOC_NEWLINE (1 << 3) /* first macro/text in a line */