lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 3037dccaf6d484349a968442d403fac614c58dbe
parent a7793468aa61cf2b9aad8c18c0f88632eab5577b
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 31 Jul 1997 17:44:25 -0300

prime numbers spread better.

Diffstat:
Mtree.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tree.c b/tree.c @@ -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;