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

Diff for /mandoc/tbl_data.c between version 1.48 and 1.49

version 1.48, 2018/12/12 21:54:35 version 1.49, 2018/12/13 02:06:07
Line 29 
Line 29 
 #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"
   
 static  void             getdata(struct tbl_node *, struct tbl_span *,  static  void             getdata(struct tbl_node *, struct tbl_span *,
                                 int, const char *, int *);                                  int, const char *, int *);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb