summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-05-24 02:27:32 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-05-24 02:27:32 +0000
commit0b72ddf27330d334feef9a610e5be545d01add01 (patch)
tree7cbd36dc8f37a880e15379ae600026c6899d5d91
parent71ceed5b12247cad85fa45574fe88d363d78262f (diff)
remove the now unused #define MAN_EL_USE,
forgotten when backing my .if/.ie/.el out of libman
-rw-r--r--usr.bin/mandoc/libman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/libman.h b/usr.bin/mandoc/libman.h
index 6662e6b48ec..2b8333ae9be 100644
--- a/usr.bin/mandoc/libman.h
+++ b/usr.bin/mandoc/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.20 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: libman.h,v 1.21 2010/05/24 02:27:31 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -35,7 +35,6 @@ 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_EL_USE (1 << 6) /* Following .el will be used. */
enum man_next next;
struct man_node *last;
struct man_node *first;