]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.h
Remove the warning about children of .Vt blocks because actually,
[mandoc.git] / mandoc.h
index abb61e7fbd3ba43a916cb95af946e46a69c486a6..fa6376b1483d72b4e1190a1c1f1e169d01aebdea 100644 (file)
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.h,v 1.204 2015/07/19 06:05:16 schwarze Exp $ */
+/*     $Id: mandoc.h,v 1.205 2015/09/14 15:36:14 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -86,7 +86,6 @@ enum  mandocerr {
        MANDOCERR_BLK_NEST, /* blocks badly nested: macro ... */
        MANDOCERR_BD_NEST, /* nested displays are not portable: macro ... */
        MANDOCERR_BL_MOVE, /* moving content out of list: macro */
-       MANDOCERR_VT_CHILD, /* .Vt block has child macro: macro */
        MANDOCERR_FI_SKIP, /* fill mode already enabled, skipping: fi */
        MANDOCERR_NF_SKIP, /* fill mode already disabled, skipping: nf */
        MANDOCERR_BLK_LINE, /* line scope broken: macro breaks macro */