[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.20 and 1.21

version 1.20, 2010/05/15 22:49:58 version 1.21, 2010/05/17 22:11:42
Line 26 
Line 26 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "libman.h"  #include "libman.h"
   
 #define HASH_DEPTH       6  #define HASH_DEPTH       6

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

CVSweb