=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.197 retrieving revision 1.198 diff -u -p -r1.197 -r1.198 --- mandoc/mandoc.h 2015/02/06 03:38:45 1.197 +++ mandoc/mandoc.h 2015/02/06 07:13:14 1.198 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.197 2015/02/06 03:38:45 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.198 2015/02/06 07:13:14 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -92,8 +92,8 @@ enum mandocerr { MANDOCERR_REQ_EMPTY, /* skipping empty request: request */ MANDOCERR_COND_EMPTY, /* conditional request controls empty scope */ MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */ + MANDOCERR_BLK_EMPTY, /* empty block: macro */ MANDOCERR_ARG_EMPTY, /* empty argument, using 0n: macro arg */ - MANDOCERR_ARGCWARN, /* argument count wrong */ MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */ MANDOCERR_BL_LATETYPE, /* list type is not the first argument: Bl arg */ MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 8n */