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

Diff for /mandoc/read.c between version 1.32 and 1.33

version 1.32, 2012/11/16 22:21:05 version 1.33, 2012/11/19 17:57:23
Line 740  mparse_alloc(enum mparset inttype, enum mandoclevel wl
Line 740  mparse_alloc(enum mparset inttype, enum mandoclevel wl
         curp->inttype = inttype;          curp->inttype = inttype;
         curp->defos = defos;          curp->defos = defos;
   
         curp->roff = roff_alloc(curp);          curp->roff = roff_alloc(inttype, curp);
         return(curp);          return(curp);
 }  }
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb