[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.117 and 1.118

version 1.117, 2012/07/18 16:20:43 version 1.118, 2012/11/16 13:40:36
Line 738  blk_exp_close(MACRO_PROT_ARGS)
Line 738  blk_exp_close(MACRO_PROT_ARGS)
                 if (later &&                  if (later &&
                     MDOC_EXPLICIT & mdoc_macros[later->tok].flags)                      MDOC_EXPLICIT & mdoc_macros[later->tok].flags)
                         continue;                          continue;
                 if (MDOC_CALLABLE & mdoc_macros[n->tok].flags)                  if (MDOC_It != n->tok)
                         later = n;                          later = n;
         }          }
   

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb