=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- mandoc/mandoc.h 2011/01/11 00:11:45 1.52 +++ mandoc/mandoc.h 2011/01/12 15:50:42 1.53 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.52 2011/01/11 00:11:45 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.53 2011/01/12 15:50:42 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * @@ -80,6 +80,7 @@ enum mandocerr { MANDOCERR_LISTFIRST, /* list type must come first */ MANDOCERR_NOWIDTHARG, /* tag lists require a width argument */ MANDOCERR_FONTTYPE, /* missing font type */ + MANDOCERR_WNOSCOPE, /* skipping end of block that is not open */ /* related to bad macro arguments */ MANDOCERR_IGNARGV, /* skipping argument */