diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-01-28 11:07:07 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-01-28 11:07:40 +0100 |
commit | 2fd3a95d6f984b10b7169dbaa47f6b81324a2755 (patch) | |
tree | 2fde0ba76cdbeb5a5aa0cc5d57bd803193b07138 /parse.c | |
parent | 3964574a8325ab802f98856195b8214dcce3124c (diff) | |
download | roux-2fd3a95d6f984b10b7169dbaa47f6b81324a2755.tar.gz |
update token hash params
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 2 |
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, }; |