[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.228 and 1.229

version 1.228, 2018/12/21 17:15:19 version 1.229, 2018/12/30 00:49:55
Line 233  mdoc_endparse(struct roff_man *mdoc)
Line 233  mdoc_endparse(struct roff_man *mdoc)
   
         /* Rewind to the first. */          /* Rewind to the first. */
   
         rew_last(mdoc, mdoc->first);          rew_last(mdoc, mdoc->meta.first);
         mdoc_state_reset(mdoc);          mdoc_state_reset(mdoc);
 }  }
   

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229

CVSweb