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

Diff for /mandoc/tbl_opts.c between version 1.21 and 1.23

version 1.21, 2015/09/26 00:54:04 version 1.23, 2018/12/13 02:06:07
Line 25 
Line 25 
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  #include "mandoc.h"
   #include "tbl.h"
 #include "libmandoc.h"  #include "libmandoc.h"
 #include "libroff.h"  #include "tbl_int.h"
   
 #define KEY_DPOINT      0  #define KEY_DPOINT      0
 #define KEY_DELIM       1  #define KEY_DELIM       1

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.23

CVSweb