=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/mandoc/roff.c 2011/04/24 16:22:02 1.35 --- src/usr.bin/mandoc/roff.c 2011/04/24 16:28:48 1.36 *************** *** 1,4 **** ! /* $Id: roff.c,v 1.35 2011/04/24 16:22:02 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze --- 1,4 ---- ! /* $Id: roff.c,v 1.36 2011/04/24 16:28:48 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze *************** *** 825,832 **** * pulling it out of the hashtable. */ ! if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos))) ! return(ROFF_IGN); /* * Macros other than block-end are only significant --- 825,831 ---- * pulling it out of the hashtable. */ ! t = roff_parse(r, *bufp, &pos); /* * Macros other than block-end are only significant