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

Diff for /mandoc/mdoc.c between version 1.117 and 1.118

version 1.117, 2010/03/31 07:13:53 version 1.118, 2010/03/31 07:42:04
Line 436  node_alloc(struct mdoc *m, int line, int pos, 
Line 436  node_alloc(struct mdoc *m, int line, int pos, 
         p->line = line;          p->line = line;
         p->pos = pos;          p->pos = pos;
         p->tok = tok;          p->tok = tok;
           p->type = type;
   
         return(p);          return(p);
 }  }

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb