aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-31 17:44:46 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-31 17:44:46 -0300
commit3037dccaf6d484349a968442d403fac614c58dbe (patch)
treec9a282cba6fb37273a14e6ddfda2657617127c4e /tree.c
parenta7793468aa61cf2b9aad8c18c0f88632eab5577b (diff)
downloadlua-3037dccaf6d484349a968442d403fac614c58dbe.tar.gz
lua-3037dccaf6d484349a968442d403fac614c58dbe.tar.bz2
lua-3037dccaf6d484349a968442d403fac614c58dbe.zip
prime numbers spread better.
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree.c b/tree.c
index aea613c3..eade7f8f 100644
--- a/tree.c
+++ b/tree.c
@@ -3,7 +3,7 @@
3** TecCGraf - PUC-Rio 3** TecCGraf - PUC-Rio
4*/ 4*/
5 5
6char *rcs_tree="$Id: tree.c,v 1.28 1997/06/11 14:24:40 roberto Exp roberto $"; 6char *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
22typedef struct { 22typedef struct {
23 int size; 23 int size;