mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
reduce the hashtable size a bit
This commit is contained in:
parent
b311cd6163
commit
e695a5919d
1 changed files with 1 additions and 1 deletions
2
parser.c
2
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 };
|
||||
|
|
Loading…
Reference in a new issue