summary refs log tree commit diff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
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,
 };