[BACK]Return to mdoc_macro.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_macro.c between version 1.135 and 1.136

version 1.135, 2015/02/06 07:12:34 version 1.136, 2015/02/07 16:39:44
Line 939 
Line 939 
                                             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.135  
changed lines
  Added in v.1.136