=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.147 retrieving revision 1.148 diff -u -p -r1.147 -r1.148 --- mandoc/mandoc.h 2014/07/30 23:38:52 1.147 +++ mandoc/mandoc.h 2014/07/31 00:41:10 1.148 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.147 2014/07/30 23:38:52 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.148 2014/07/31 00:41:10 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -161,7 +161,6 @@ enum mandocerr { MANDOCERR_FATAL, /* ===== start of fatal errors ===== */ MANDOCERR_TOOLARGE, /* input too large */ - MANDOCERR_COLUMNS, /* column syntax is inconsistent */ MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */ MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */ MANDOCERR_SO_FAIL, /* .so request failed */