=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.146 retrieving revision 1.147 diff -u -p -r1.146 -r1.147 --- mandoc/mandoc.h 2014/07/30 17:06:26 1.146 +++ mandoc/mandoc.h 2014/07/30 23:38:52 1.147 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.146 2014/07/30 17:06:26 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.147 2014/07/30 23:38:52 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -163,7 +163,6 @@ enum mandocerr { MANDOCERR_TOOLARGE, /* input too large */ MANDOCERR_COLUMNS, /* column syntax is inconsistent */ MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */ - MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */ MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */ MANDOCERR_SO_FAIL, /* .so request failed */ MANDOCERR_MEM, /* static buffer exhausted */