aboutsummaryrefslogtreecommitdiff
path: root/include/unicode/_cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unicode/_cm.h')
-rw-r--r--include/unicode/_cm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unicode/_cm.h b/include/unicode/_cm.h
index fdeb361..3189e5b 100644
--- a/include/unicode/_cm.h
+++ b/include/unicode/_cm.h
@@ -959,9 +959,9 @@ static uint64_t
hash(uint64_t x)
{
x ^= x >> 30;
- x *= 0xbf58476d1ce4e5b9U;
+ x *= 0xBF58476D1CE4E5B9u;
x ^= x >> 27;
- x *= 0x94d049bb133111ebU;
+ x *= 0x94D049BB133111EBu;
x ^= x >> 31;
return x;
}