]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Re-ordering of roff requests as per OpenBSD.
[mandoc.git] / mandoc.h
index 5a50f3fc32ef1b22fe9f0a4ea1e9874fefea783b..404daee28e409400336d0a6bdf0ebf32c3ea9cf8 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.24 2010/11/29 15:45:15 kristaps Exp $ */
+/*     $Id: mandoc.h,v 1.25 2010/12/01 10:31:35 kristaps Exp $ */
 /*
  * Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -85,6 +85,7 @@ enum  mandocerr {
        MANDOCERR_NOTEXT, /* no text in this context */
        MANDOCERR_BADCOMMENT, /* bad comment style */
        MANDOCERR_MACRO, /* unknown macro will be lost */
+       MANDOCERR_REQUEST, /* NOT IMPLEMENTED: skipping request */
        MANDOCERR_LINESCOPE, /* line scope broken */
        MANDOCERR_ARGCOUNT, /* argument count wrong */
        MANDOCERR_NOSCOPE, /* no such block is open */