merge fixups

This commit is contained in:
Nikita Smith
2025-06-23 14:21:20 -07:00
committed by Ryan Fleury
parent fcb06579a4
commit a954c2125c
2 changed files with 4 additions and 11 deletions
+2
View File
@@ -2814,6 +2814,8 @@ str8_is_before_case_sensitive(const void *a, const void *b)
{
int cmp = str8_compar_case_sensitive(a, b);
return cmp < 0;
}
//~ rjf: Basic String Hashes
#if !defined(XXH_IMPLEMENTATION)