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

Diff for /mandoc/roff.c between version 1.144 and 1.145

version 1.144, 2011/07/08 09:28:33 version 1.145, 2011/07/12 21:32:43
Line 1179  roff_EQ(ROFF_ARGS)
Line 1179  roff_EQ(ROFF_ARGS)
         struct eqn_node *e;          struct eqn_node *e;
   
         assert(NULL == r->eqn);          assert(NULL == r->eqn);
         e = eqn_alloc(ppos, ln);          e = eqn_alloc(ppos, ln, r->parse);
   
         if (r->last_eqn)          if (r->last_eqn)
                 r->last_eqn->next = e;                  r->last_eqn->next = e;

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

CVSweb