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

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

version 1.128, 2011/01/01 13:37:40 version 1.130, 2011/01/01 16:18:39
Line 183  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 183  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "bad table option",          "bad table option",
         "bad table layout",          "bad table layout",
         "no table layout cells specified",          "no table layout cells specified",
           "no table data cells specified",
         "input stack limit exceeded, infinite loop?",          "input stack limit exceeded, infinite loop?",
         "skipping bad character",          "skipping bad character",
         "skipping text before the first section header",          "skipping text before the first section header",
Line 526  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.128  
changed lines
  Added in v.1.130

CVSweb