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

Diff for /mandoc/mdoc.c between version 1.235 and 1.236

version 1.235, 2015/02/02 04:26:44 version 1.236, 2015/02/05 00:14:13
Line 363  node_alloc(struct mdoc *mdoc, int line, int pos,
Line 363  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.235  
changed lines
  Added in v.1.236

CVSweb