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

Diff for /mandoc/Attic/mdoc_action.c between version 1.66 and 1.67

version 1.66, 2010/06/12 10:09:19 version 1.67, 2010/06/12 11:21:44
Line 979  static int
Line 979  static int
 pre_bd(PRE_ARGS)  pre_bd(PRE_ARGS)
 {  {
   
         if (MDOC_BLOCK == n->type)  
                 return(pre_offset(m, n));  
         if (MDOC_BODY != n->type)          if (MDOC_BODY != n->type)
                 return(1);                  return(1);
   
         if (DISP_literal == n->data.disp)          if (DISP_literal == n->data.Bd.type)
                 m->flags |= MDOC_LITERAL;                  m->flags |= MDOC_LITERAL;
         if (DISP_unfilled == n->data.disp)          if (DISP_unfilled == n->data.Bd.type)
                 m->flags |= MDOC_LITERAL;                  m->flags |= MDOC_LITERAL;
   
         return(1);          return(1);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb