From e695a5919db838a1204c78ff0fbfab75caedb5e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 15 Jan 2013 20:35:30 +0100 Subject: [PATCH] reduce the hashtable size a bit --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.c b/parser.c index ecabe72..3bd1073 100644 --- a/parser.c +++ b/parser.c @@ -31,7 +31,7 @@ /* beginning of locals */ #define PARSER_HT_LOCALS 2 -#define PARSER_HT_SIZE 1024 +#define PARSER_HT_SIZE 128 #define TYPEDEF_HT_SIZE 16 enum parser_pot { POT_PAREN, POT_TERNARY1, POT_TERNARY2 }; -- 2.39.2