=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.129 retrieving revision 1.131 diff -u -p -r1.129 -r1.131 --- mandoc/mandoc.h 2014/07/02 13:10:45 1.129 +++ mandoc/mandoc.h 2014/07/03 21:23:54 1.131 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.129 2014/07/02 13:10:45 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.131 2014/07/03 21:23:54 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -83,8 +83,10 @@ enum mandocerr { MANDOCERR_NF_SKIP, /* fill mode already disabled, skipping .nf */ MANDOCERR_LINESCOPE, /* line scope broken: macro breaks macro */ - /* related to missing macro arguments */ - MANDOCERR_MACROEMPTY, /* skipping empty macro */ + /* related to missing arguments */ + MANDOCERR_REQ_EMPTY, /* skipping empty request: request */ + MANDOCERR_COND_EMPTY, /* conditional request controls empty scope */ + MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */ MANDOCERR_ARGCWARN, /* argument count wrong */ MANDOCERR_DISPTYPE, /* missing display type */ MANDOCERR_LISTFIRST, /* list type must come first */