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

Diff for /mandoc/roff.c between version 1.306 and 1.307

version 1.306, 2017/06/07 00:50:34 version 1.307, 2017/06/08 19:35:51
Line 767  roff_reset(struct roff *r)
Line 767  roff_reset(struct roff *r)
         r->format = r->options & (MPARSE_MDOC | MPARSE_MAN);          r->format = r->options & (MPARSE_MDOC | MPARSE_MAN);
         r->control = '\0';          r->control = '\0';
         r->escape = '\\';          r->escape = '\\';
           roffce_lines = 0;
           roffce_node = NULL;
           roffit_lines = 0;
           roffit_macro = NULL;
 }  }
   
 void  void

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307

CVSweb