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

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

version 1.11, 2014/08/10 23:54:41 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 "mdoc.h"  #include "roff.h"
 #include "libmdoc.h"  #include "libmdoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \
Line 32  mdoc_a2lib(const char *p)
Line 31  mdoc_a2lib(const char *p)
   
 #include "lib.in"  #include "lib.in"
   
         return(NULL);          return NULL;
 }  }

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

CVSweb