[BACK]Return to tbl_layout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_layout.c between version 1.20 and 1.21

version 1.20, 2015/01/27 05:20:30 version 1.21, 2015/01/28 15:02:25
Line 232 
Line 232 
 }  }
   
 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.20  
changed lines
  Added in v.1.21