X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/8a6f0a695172ccb908ab212ec97b6c0045152fcf..446eaf99d9987df7d312d3315e99646e91ada7fe:/mandoc.h diff --git a/mandoc.h b/mandoc.h index 03c93f3e..9b4eb759 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.32 2010/12/06 16:55:35 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.35 2010/12/22 11:38:17 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -101,6 +101,7 @@ enum mandocerr { MANDOCERR_ERROR, /* ===== start of errors ===== */ + MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */ MANDOCERR_BADCHAR, /* skipping bad character */ MANDOCERR_NOTEXT, /* skipping text before the first section header */ MANDOCERR_MACRO, /* skipping unknown macro */