[BACK]Return to mdoc_state.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_state.c between version 1.12 and 1.13

version 1.12, 2018/12/30 00:49:55 version 1.13, 2018/12/31 04:55:47
Line 179  mdoc_state(struct roff_man *mdoc, struct roff_node *n)
Line 179  mdoc_state(struct roff_man *mdoc, struct roff_node *n)
                 (*handler)(mdoc, n);                  (*handler)(mdoc, n);
 }  }
   
 void  
 mdoc_state_reset(struct roff_man *mdoc)  
 {  
   
         roff_setreg(mdoc->roff, "nS", 0, '=');  
         mdoc->flags = 0;  
 }  
   
 static void  static void
 state_bd(STATE_ARGS)  state_bd(STATE_ARGS)
 {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb