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

Diff for /mandoc/tbl.c between version 1.31 and 1.32

version 1.31, 2015/01/14 22:44:55 version 1.32, 2015/01/21 00:47:04
Line 66  tbl_read(struct tbl_node *tbl, int ln, const char *p, 
Line 66  tbl_read(struct tbl_node *tbl, int ln, const char *p, 
                 break;                  break;
         }          }
   
         /*          tbl_data(tbl, ln, p);
          * This only returns zero if the line is empty, so we ignore it          return(ROFF_TBL);
          * and continue on.  
          */  
         return(tbl_data(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);  
 }  }
   
 struct tbl_node *  struct tbl_node *

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb