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

Diff for /mandoc/eqn.c between version 1.1 and 1.2

version 1.1, 2011/02/06 20:36:36 version 1.2, 2011/02/09 09:05:52
Line 59  eqn_alloc(int pos, int line)
Line 59  eqn_alloc(int pos, int line)
         struct eqn_node *p;          struct eqn_node *p;
   
         p = mandoc_calloc(1, sizeof(struct eqn_node));          p = mandoc_calloc(1, sizeof(struct eqn_node));
         p->line = line;          p->eqn.line = line;
         p->pos = pos;          p->eqn.pos = pos;
   
         return(p);          return(p);
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb