-/* $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>
*
assert(to);
- if (MAN_ROOT == m->last->type)
- return(1);
m->next = MAN_NEXT_SIBLING;
/* LINTED */