]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Support .RE with an argument; needed for audio/pms(1).
[mandoc.git] / mandoc.h
index 8c0e9c8c7b72924774c231cb2757eca03cf5fbed..96c570bb7edabcfa574adf4833f9728f8a169e7c 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.185 2015/01/22 21:38:16 schwarze Exp $ */
+/*     $Id: mandoc.h,v 1.186 2015/01/24 01:58:33 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -151,6 +151,7 @@ enum        mandocerr {
        MANDOCERR_IT_STRAY, /* skipping item outside list: It ... */
        MANDOCERR_TA_STRAY, /* skipping column outside column list: Ta */
        MANDOCERR_BLK_NOTOPEN, /* skipping end of block that is not open */
+       MANDOCERR_RE_NOTOPEN, /* fewer RS blocks open, skipping: RE arg */
        MANDOCERR_BLK_BROKEN, /* inserting missing end of block: macro ... */
        MANDOCERR_BLK_NOEND, /* appending missing end of block: macro */