From 3df821d1852019b1d849d65ee50cbf551b92bbd6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 30 Jul 2014 20:06:36 +0000 Subject: Simplify: replace one global flag by one local variable. No functional change. --- libman.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index 02ac949b..91827987 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.59 2014/07/07 19:18:15 schwarze Exp $ */ +/* $Id: libman.h,v 1.60 2014/07/30 20:06:36 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -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 */ -- cgit v1.2.3-56-ge451