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

Diff for /mandoc/read.c between version 1.206 and 1.207

version 1.206, 2018/12/14 05:18:03 version 1.207, 2018/12/14 06:33:14
Line 647  mparse_alloc(int options, enum mandoc_os os_e, const c
Line 647  mparse_alloc(int options, enum mandoc_os os_e, const c
         curp->options = options;          curp->options = options;
         curp->os_s = os_s;          curp->os_s = os_s;
   
         curp->roff = roff_alloc(curp, options);          curp->roff = roff_alloc(options);
         curp->man = roff_man_alloc(curp->roff, curp, curp->os_s,          curp->man = roff_man_alloc(curp->roff, curp->os_s,
                 curp->options & MPARSE_QUICK ? 1 : 0);                  curp->options & MPARSE_QUICK ? 1 : 0);
         if (curp->options & MPARSE_MDOC) {          if (curp->options & MPARSE_MDOC) {
                 curp->man->macroset = MACROSET_MDOC;                  curp->man->macroset = MACROSET_MDOC;

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb