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

Diff for /mandoc/tbl_layout.c between version 1.33 and 1.34

version 1.33, 2015/01/27 05:21:45 version 1.34, 2015/01/28 15:03:45
Line 234  again:
Line 234  again:
 }  }
   
 void  void
 tbl_layout(struct tbl_node *tbl, int ln, const char *p)  tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos)
 {  {
         struct tbl_row  *rp;          struct tbl_row  *rp;
         int              pos;  
   
         pos = 0;  
         rp = NULL;          rp = NULL;
   
         for (;;) {          for (;;) {
                 /* Skip whitespace before and after each cell. */                  /* Skip whitespace before and after each cell. */
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb