Index: src/shell/shell_hash.c =================================================================== RCS file: /Lab/cengiz/.rep/genesis/src/shell/shell_hash.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/shell/shell_hash.c 5 May 2004 16:22:57 -0000 1.2 +++ src/shell/shell_hash.c 10 May 2004 16:13:04 -0000 1.3 @@ -1,7 +1,10 @@ -static char rcsid[] = "$Id: shell_hash.c,v 1.2 2004/05/05 16:22:57 cengiz Exp $"; +static char rcsid[] = "$Id: shell_hash.c,v 1.3 2004/05/10 16:13:04 cengiz Exp $"; /* ** $Log: shell_hash.c,v $ +** Revision 1.3 2004/05/10 16:13:04 cengiz +** Increased hash table size ten fold. +** ** Revision 1.2 2004/05/05 16:22:57 cengiz ** Changed varargs.h to stdarg.h to be compatible with new versions of GCC. ** @@ -77,7 +80,7 @@ static HASH *func_name_hash_table; static HASH *func_adr_hash_table; static HASH *field_hash_table; -#define HASH_SIZE 10000 +#define HASH_SIZE 100000 /* ** hash table allocation routines