From 2fd3a95d6f984b10b7169dbaa47f6b81324a2755 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 28 Jan 2022 11:07:07 +0100 Subject: update token hash params --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index e5143ce..e97b196 100644 --- a/parse.c +++ b/parse.c @@ -109,7 +109,7 @@ enum { TMask = 16383, /* for temps hash */ BMask = 8191, /* for blocks hash */ - K = 4331239, /* found using tools/lexh.c */ + K = 5041217, /* found using tools/lexh.c */ M = 23, }; -- cgit 1.4.1