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

Diff for /mandoc/main.c between version 1.143 and 1.144

version 1.143, 2011/02/06 20:36:36 version 1.144, 2011/02/09 09:05:52
Line 865  rerun:
Line 865  rerun:
                         }                          }
                 } else if (ROFF_EQN == rr) {                  } else if (ROFF_EQN == rr) {
                         assert(curp->man || curp->mdoc);                          assert(curp->man || curp->mdoc);
                           assert(roff_eqn(curp->roff));
                           if (curp->mdoc)
                                   mdoc_addeqn(curp->mdoc, roff_eqn(curp->roff));
                 } else if (curp->man || curp->mdoc) {                  } else if (curp->man || curp->mdoc) {
                         rc = curp->man ?                          rc = curp->man ?
                                 man_parseln(curp->man,                                  man_parseln(curp->man,

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

CVSweb