X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/7aa6a9a39d16b4098093e9ce72a8b4c914a174a7..446eaf99d9987df7d312d3315e99646e91ada7fe:/mandoc.h diff --git a/mandoc.h b/mandoc.h index 51239794..9b4eb759 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.34 2010/12/15 23:39:40 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.35 2010/12/22 11:38:17 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -67,6 +67,7 @@ enum mandocerr { /* related to macros and nesting */ MANDOCERR_MACROOBS, /* skipping obsolete macro */ + MANDOCERR_IGNPAR, /* skipping paragraph macro */ MANDOCERR_SCOPENEST, /* blocks badly nested */ MANDOCERR_CHILD, /* child violates parent syntax */ MANDOCERR_NESTEDDISP, /* nested displays are not portable */ @@ -104,7 +105,6 @@ enum mandocerr { MANDOCERR_BADCHAR, /* skipping bad character */ MANDOCERR_NOTEXT, /* skipping text before the first section header */ MANDOCERR_MACRO, /* skipping unknown macro */ - MANDOCERR_IGNPAR, /* skipping paragraph macro */ MANDOCERR_REQUEST, /* NOT IMPLEMENTED: skipping request */ MANDOCERR_LINESCOPE, /* line scope broken */ MANDOCERR_ARGCOUNT, /* argument count wrong */