[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.229 and 1.230

version 1.229, 2018/12/30 00:49:55 version 1.230, 2018/12/31 04:55:46
Line 234  mdoc_endparse(struct roff_man *mdoc)
Line 234  mdoc_endparse(struct roff_man *mdoc)
         /* Rewind to the first. */          /* Rewind to the first. */
   
         rew_last(mdoc, mdoc->meta.first);          rew_last(mdoc, mdoc->meta.first);
         mdoc_state_reset(mdoc);  
 }  }
   
 /*  /*

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

CVSweb