From 93a6626101a75d16172b09ad5201078daf1c61b3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 2 Jul 2010 12:54:33 +0000 Subject: Stash `Bf' parameters into struct mdoc_bf. --- mandoc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index 948fb078..94af3741 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.14 2010/07/01 15:38:56 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.15 2010/07/02 12:54:33 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -81,6 +81,7 @@ enum mandocerr { MANDOCERR_NOTITLE, /* no title in document */ MANDOCERR_LISTTYPE, /* missing list type */ MANDOCERR_DISPTYPE, /* missing display type */ + MANDOCERR_FONTTYPE, /* missing font type */ MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */ @@ -88,8 +89,6 @@ enum mandocerr { MANDOCERR_COLUMNS, /* column syntax is inconsistent */ /* FIXME: this should be a MANDOCERR_ERROR */ - MANDOCERR_FONTTYPE, /* missing font type */ - /* FIXME: this should be a MANDOCERR_ERROR */ MANDOCERR_NESTEDDISP, /* displays may not be nested */ MANDOCERR_BADDISP, /* unsupported display type */ MANDOCERR_SCOPEFATAL, /* blocks badly nested */ -- cgit v1.2.3