[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.149 and 1.151

version 1.149, 2010/06/12 11:58:22 version 1.151, 2010/06/12 12:21:41
Line 570  print_bvspace(struct termp *p, 
Line 570  print_bvspace(struct termp *p, 
 {  {
         const struct mdoc_node  *nn;          const struct mdoc_node  *nn;
   
         /* FIXME: MDOC_Bd == bl->tok && bl->data.Bd.comp */  
         term_newln(p);          term_newln(p);
         if (arg_hasattr(MDOC_Compact, bl))  
           if (MDOC_Bd == bl->tok && bl->data.Bd.comp)
                   return;
           if (MDOC_Bl == bl->tok && bl->data.Bl.comp)
                 return;                  return;
   
         /* Do not vspace directly after Ss/Sh. */          /* Do not vspace directly after Ss/Sh. */

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.151

CVSweb