=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.136 retrieving revision 1.137 diff -u -p -r1.136 -r1.137 --- mandoc/roff.c 2011/04/19 16:38:48 1.136 +++ mandoc/roff.c 2011/04/24 23:51:17 1.137 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.136 2011/04/19 16:38:48 kristaps Exp $ */ +/* $Id: roff.c,v 1.137 2011/04/24 23:51:17 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -829,8 +829,7 @@ roff_block_sub(ROFF_ARGS) * pulling it out of the hashtable. */ - if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos))) - return(ROFF_IGN); + t = roff_parse(r, *bufp, &pos); /* * Macros other than block-end are only significant