=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_macro.c,v retrieving revision 1.89 retrieving revision 1.90 diff -c -r1.89 -r1.90 *** src/usr.bin/mandoc/mdoc_macro.c 2014/07/02 03:47:07 1.89 --- src/usr.bin/mandoc/mdoc_macro.c 2014/07/02 08:21:12 1.90 *************** *** 1,4 **** ! /* $Id: mdoc_macro.c,v 1.89 2014/07/02 03:47:07 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2012, 2013 Ingo Schwarze --- 1,4 ---- ! /* $Id: mdoc_macro.c,v 1.90 2014/07/02 08:21:12 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2012, 2013 Ingo Schwarze *************** *** 1569,1575 **** return(0); continue; } else if (0 == j) ! if ( ! mdoc_elem_alloc(mdoc, line, la, tok, arg)) return(0); if (j == maxargs && ! flushed) { --- 1569,1575 ---- return(0); continue; } else if (0 == j) ! if ( ! mdoc_elem_alloc(mdoc, line, ppos, tok, arg)) return(0); if (j == maxargs && ! flushed) { *************** *** 1605,1611 **** j++; } ! if (0 == j && ! mdoc_elem_alloc(mdoc, line, la, tok, arg)) return(0); /* Close out in a consistent state. */ --- 1605,1611 ---- j++; } ! if (0 == j && ! mdoc_elem_alloc(mdoc, line, ppos, tok, arg)) return(0); /* Close out in a consistent state. */