prime numbers spread better.

This commit is contained in:
Roberto Ierusalimschy 1997-07-31 17:44:46 -03:00
parent a7793468aa
commit 3037dccaf6
1 changed files with 2 additions and 2 deletions

4
tree.c
View File

@ -3,7 +3,7 @@
** TecCGraf - PUC-Rio
*/
char *rcs_tree="$Id: tree.c,v 1.28 1997/06/11 14:24:40 roberto Exp roberto $";
char *rcs_tree="$Id: tree.c,v 1.29 1997/07/30 22:00:50 roberto Exp roberto $";
#include <string.h>
@ -17,7 +17,7 @@ char *rcs_tree="$Id: tree.c,v 1.28 1997/06/11 14:24:40 roberto Exp roberto $";
#include "fallback.h"
#define NUM_HASHS 64
#define NUM_HASHS 61
typedef struct {
int size;