aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/lex.c')
-rw-r--r--c/lex.c2
1 files changed, 1 insertions, 1 deletions
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);