[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_term.c between version 1.307 and 1.308

version 1.307, 2015/02/05 00:14:13 version 1.308, 2015/02/05 01:46:56
Line 1091  termp_an_pre(DECL_ARGS)
Line 1091  termp_an_pre(DECL_ARGS)
                 return(0);                  return(0);
         }          }
   
         if (n->child == NULL)  
                 return(0);  
   
         if (p->flags & TERMP_SPLIT)          if (p->flags & TERMP_SPLIT)
                 term_newln(p);                  term_newln(p);
   

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.308

CVSweb