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

Diff for /mandoc/mdoc_macro.c between version 1.119 and 1.120

version 1.119, 2012/11/17 00:26:33 version 1.120, 2012/11/18 00:05:35
Line 612  dword(struct mdoc *mdoc, int line, 
Line 612  dword(struct mdoc *mdoc, int line, 
          */           */
   
         else if (DELIM_CLOSE == d && mdoc->last->prev &&          else if (DELIM_CLOSE == d && mdoc->last->prev &&
                         mdoc->last->prev->tok != MDOC_No)                          mdoc->last->prev->tok != MDOC_No &&
                           mdoc->last->parent->tok != MDOC_Fd)
                 mdoc->last->flags |= MDOC_DELIMC;                  mdoc->last->flags |= MDOC_DELIMC;
   
         return(1);          return(1);

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb