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

Diff for /mandoc/lib.c between version 1.14 and 1.15

version 1.14, 2017/06/24 14:38:32 version 1.15, 2018/12/13 11:55:46
Line 17 
Line 17 
 #include "config.h"  #include "config.h"
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  
 #include "roff.h"  #include "roff.h"
 #include "mdoc.h"  
 #include "libmdoc.h"  #include "libmdoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb