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

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

version 1.13, 2015/10/06 18:32:19 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 "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.13  
changed lines
  Added in v.1.15

CVSweb