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 --- libmdoc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmdoc.h') 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 * Copyright (c) 2013 Ingo Schwarze @@ -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 */ -- cgit v1.2.3-56-ge451