From 7932c52fa72df57459b3b6ec61250902a3494de1 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 30 Jul 2014 21:18:24 +0000 Subject: garbage collect three unused global flags; no functional change --- libman.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libman.h') 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 * @@ -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 */ -- cgit v1.2.3