=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mandoc/mandoc.h 2010/05/23 22:45:00 1.3 --- src/usr.bin/mandoc/mandoc.h 2010/05/23 23:35:26 1.4 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.3 2010/05/23 22:45:00 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mandoc.h,v 1.4 2010/05/23 23:35:26 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * *************** *** 72,78 **** MANDOCERR_NOTITLE, /* no title in document */ MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */ ! #define MANDOCERR_ERROR MANDOCERR_ARGSLOST /* FIXME: this should be a MANDOCERR_ERROR */ MANDOCERR_FONTTYPE, /* missing font type */ --- 72,78 ---- MANDOCERR_NOTITLE, /* no title in document */ MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */ ! #define MANDOCERR_ERROR MANDOCERR_BODYLOST /* FIXME: this should be a MANDOCERR_ERROR */ MANDOCERR_FONTTYPE, /* missing font type */