reduce the hashtable size a bit

This commit is contained in:
Wolfgang Bumiller 2013-01-15 20:35:30 +01:00
parent b311cd6163
commit e695a5919d

View file

@ -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 };