]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Adding initial options processing (not hooked into parse yet). This is
[mandoc.git] / mandoc.h
index 03c93f3e18d0285c0502ae68939eec3f3dec2337..9b4eb759de070dc7d78db15164e43e09b9bcd365 100644 (file)
--- 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 <kristaps@bsd.lv>
  *
@@ -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 */