[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.45 and 1.47

version 1.45, 2018/12/12 21:54:35 version 1.47, 2018/12/14 01:18:26
Line 21 
Line 21 
   
 #include <ctype.h>  #include <ctype.h>
 #include <stdint.h>  #include <stdint.h>
   #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <time.h>  #include <time.h>
Line 29 
Line 30 
 #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.45  
changed lines
  Added in v.1.47

CVSweb