Skip to content
Snippets Groups Projects
Commit 7e4f2d3b authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

HTABLE_SIZE removed (as stralloc.c now rehashes the hashtable when needed)

Rev: src/config.h:1.3
parent 4a7b520a
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
*/ */
#define MAX_LOCAL 256 #define MAX_LOCAL 256
/*
* Define the size of the shared string hash table.
*/
#define HTABLE_SIZE 9997
/* /*
* Define the size of the cache that is used for method lookup. * Define the size of the cache that is used for method lookup.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment