]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Remove the pod2man table entries. They can now be properly read and
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 1e635fe2f4870cec11a83a03449e3728ae44def7..044ec79f339162473219c1700dc4a0253930bfae 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/*     $Id: main.c,v 1.103 2010/08/20 01:02:07 schwarze Exp $ */
+/*     $Id: main.c,v 1.104 2010/08/20 08:13:43 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -551,14 +551,6 @@ fdesc(struct curparse *curp)
                }
        }
 
                }
        }
 
-       /*
-        * With -Wstop and warnings or errors of at least
-        * the requested level, do not produce output.
-        */
-
-       if (MANDOCLEVEL_OK != exit_status && curp->wstop)
-               goto cleanup;
-
        /* NOTE a parser may not have been assigned, yet. */
 
        if ( ! (man || mdoc)) {
        /* NOTE a parser may not have been assigned, yet. */
 
        if ( ! (man || mdoc)) {
@@ -582,6 +574,14 @@ fdesc(struct curparse *curp)
                goto cleanup;
        }
 
                goto cleanup;
        }
 
+       /*
+        * With -Wstop and warnings or errors of at least
+        * the requested level, do not produce output.
+        */
+
+       if (MANDOCLEVEL_OK != exit_status && curp->wstop)
+               goto cleanup;
+
        /* If unset, allocate output dev now (if applicable). */
 
        if ( ! (curp->outman && curp->outmdoc)) {
        /* If unset, allocate output dev now (if applicable). */
 
        if ( ! (curp->outman && curp->outmdoc)) {