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

Diff for /mandoc/read.c between version 1.42 and 1.43

version 1.42, 2014/01/06 00:53:33 version 1.43, 2014/01/06 21:34:31
Line 780  mparse_alloc(enum mparset inttype, enum mandoclevel wl
Line 780  mparse_alloc(enum mparset inttype, enum mandoclevel wl
         curp->defos = defos;          curp->defos = defos;
         curp->quick = quick;          curp->quick = quick;
   
         curp->roff = roff_alloc(inttype, curp);          curp->roff = roff_alloc(inttype, curp, curp->quick);
         return(curp);          return(curp);
 }  }
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb