[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.179 and 1.180

version 1.179, 2015/02/06 07:13:14 version 1.180, 2015/02/07 16:42:33
Line 941  blk_full(MACRO_PROT_ARGS)
Line 941  blk_full(MACRO_PROT_ARGS)
                                             mdoc_macronames[tok],                                              mdoc_macronames[tok],
                                             mdoc_macronames[n->tok]);                                              mdoc_macronames[n->tok]);
                                         rew_pending(mdoc, n);                                          rew_pending(mdoc, n);
                                           n = mdoc->last;
                                         continue;                                          continue;
                                 case MDOC_It:                                  case MDOC_It:
                                         /* Delay in case it's astray. */                                          /* Delay in case it's astray. */

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

CVSweb