[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.32 and 1.33

version 1.32, 2018/12/12 21:54:30 version 1.33, 2018/12/13 02:05:57
Line 27 
Line 27 
 #include "mandoc.h"  #include "mandoc.h"
 #include "tbl.h"  #include "tbl.h"
 #include "libmandoc.h"  #include "libmandoc.h"
 #include "libroff.h"  #include "tbl_int.h"
   
 struct  tbl_phrase {  struct  tbl_phrase {
         char             name;          char             name;

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