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

Diff for /mandoc/tbl_term.c between version 1.40 and 1.41

version 1.40, 2015/03/06 15:48:53 version 1.41, 2015/09/26 00:54:04
Line 303  tbl_data(struct termp *tp, const struct tbl_opts *opts
Line 303  tbl_data(struct termp *tp, const struct tbl_opts *opts
                 break;                  break;
         default:          default:
                 abort();                  abort();
                 /* NOTREACHED */  
         }          }
 }  }
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb