From ed989e2a0855e175442b0f5e73bb3fa4833efecd Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 23 Oct 2025 19:30:22 +0200 Subject: lex enlarge internht --- c/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/lex.c b/c/lex.c index 1c30da6..57c79af 100644 --- a/c/lex.c +++ b/c/lex.c @@ -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); -- cgit v1.2.3