diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-07-31 17:44:46 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-07-31 17:44:46 -0300 |
commit | 3037dccaf6d484349a968442d403fac614c58dbe (patch) | |
tree | c9a282cba6fb37273a14e6ddfda2657617127c4e /tree.c | |
parent | a7793468aa61cf2b9aad8c18c0f88632eab5577b (diff) | |
download | lua-3037dccaf6d484349a968442d403fac614c58dbe.tar.gz lua-3037dccaf6d484349a968442d403fac614c58dbe.tar.bz2 lua-3037dccaf6d484349a968442d403fac614c58dbe.zip |
prime numbers spread better.
Diffstat (limited to 'tree.c')
-rw-r--r-- | tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_tree="$Id: tree.c,v 1.28 1997/06/11 14:24:40 roberto Exp roberto $"; | 6 | char *rcs_tree="$Id: tree.c,v 1.29 1997/07/30 22:00:50 roberto Exp roberto $"; |
7 | 7 | ||
8 | 8 | ||
9 | #include <string.h> | 9 | #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 $"; | |||
17 | #include "fallback.h" | 17 | #include "fallback.h" |
18 | 18 | ||
19 | 19 | ||
20 | #define NUM_HASHS 64 | 20 | #define NUM_HASHS 61 |
21 | 21 | ||
22 | typedef struct { | 22 | typedef struct { |
23 | int size; | 23 | int size; |