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

Diff for /mandoc/read.c between version 1.212 and 1.213

version 1.212, 2019/03/19 16:26:08 version 1.213, 2019/06/03 19:58:02
Line 157  mparse_buf_r(struct mparse *curp, struct buf blk, size
Line 157  mparse_buf_r(struct mparse *curp, struct buf blk, size
         ln.sz = 256;          ln.sz = 256;
         ln.buf = mandoc_malloc(ln.sz);          ln.buf = mandoc_malloc(ln.sz);
         ln.next = NULL;          ln.next = NULL;
         firstln = loop = NULL;          firstln = lastln = loop = NULL;
         lnn = curp->line;          lnn = curp->line;
         pos = 0;          pos = 0;
         inloop = 0;          inloop = 0;

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.213

CVSweb