diff options
| author | 2025-10-23 19:30:22 +0200 | |
|---|---|---|
| committer | 2025-10-23 19:30:22 +0200 | |
| commit | ed989e2a0855e175442b0f5e73bb3fa4833efecd (patch) | |
| tree | f8d41cf1694df584313a9761e71f5eb738ef83cd /c/lex.c | |
| parent | 8e699c96e69bd15131cd351f198acb0b4bc1d4d6 (diff) | |
lex enlarge internht
Diffstat (limited to 'c/lex.c')
| -rw-r--r-- | c/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ const char * intern(const char *s) { - static const char *ht[1<<12]; + static const char *ht[1<<14]; static struct { char m[sizeof(struct arena) + (1<<10)]; struct arena *_a; } amem; static struct arena *arena; uint h, i, n = arraylength(ht); |