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

Diff for /src/usr.bin/mandoc/tbl_data.c between version 1.12 and 1.13

version 1.12, 2012/05/26 20:03:34 version 1.13, 2013/05/31 21:37:09
Line 181 
Line 181 
   
         dp = mandoc_calloc(1, sizeof(struct tbl_span));          dp = mandoc_calloc(1, sizeof(struct tbl_span));
         dp->line = line;          dp->line = line;
         dp->tbl = &tbl->opts;          dp->opts = &tbl->opts;
         dp->layout = rp;          dp->layout = rp;
         dp->head = tbl->first_head;          dp->head = tbl->first_head;
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13