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

Diff for /mandoc/Attic/man_hash.c between version 1.34 and 1.35

version 1.34, 2015/10/06 18:32:19 version 1.35, 2016/07/15 18:03:45
Line 24 
Line 24 
 #include <limits.h>  #include <limits.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "roff.h"  #include "roff.h"
 #include "man.h"  #include "man.h"
   #include "libmandoc.h"
 #include "libman.h"  #include "libman.h"
   
 #define HASH_DEPTH       6  #define HASH_DEPTH       6

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb