]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_macro.c
Jumping out of man_unscope() for the root node is a bad idea
[mandoc.git] / man_macro.c
index 4c91aa2f184f6aa773ee2c501a1c8358f3e78964..6afce4d06d84347c6d532a6421dad3da7c364691 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_macro.c,v 1.69 2011/11/18 17:06:19 joerg Exp $ */
+/*     $Id: man_macro.c,v 1.70 2011/12/04 00:44:12 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -120,8 +120,6 @@ man_unscope(struct man *m, const struct man_node *to,
 
        assert(to);
 
-       if (MAN_ROOT == m->last->type)
-               return(1);
        m->next = MAN_NEXT_SIBLING;
 
        /* LINTED */