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

Diff for /mandoc/main.c between version 1.129 and 1.130

version 1.129, 2011/01/01 15:45:18 version 1.130, 2011/01/01 16:18:39
Line 527  fdesc(struct curparse *curp)
Line 527  fdesc(struct curparse *curp)
         }          }
   
         assert(curp->roff);          assert(curp->roff);
         if ( ! roff_endparse(curp->roff)) {          roff_endparse(curp->roff);
                 assert(MANDOCLEVEL_FATAL <= file_status);  
                 goto cleanup;  
         }  
   
         /*          /*
          * With -Wstop and warnings or errors of at least           * With -Wstop and warnings or errors of at least

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

CVSweb