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

Diff for /mandoc/mdoc.c between version 1.205 and 1.206

version 1.205, 2013/10/21 23:47:58 version 1.206, 2013/12/24 19:11:46
Line 434  node_alloc(struct mdoc *mdoc, int line, int pos, 
Line 434  node_alloc(struct mdoc *mdoc, int line, int pos, 
         p->sec = mdoc->lastsec;          p->sec = mdoc->lastsec;
         p->line = line;          p->line = line;
         p->pos = pos;          p->pos = pos;
           p->lastline = line;
         p->tok = tok;          p->tok = tok;
         p->type = type;          p->type = type;
   

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

CVSweb