fixed Array marcos

This commit is contained in:
2025-07-19 03:02:36 +03:00
parent 921bada09a
commit f7b0b53d05
2 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#define __HashMap_HASH_FUNC str_hash32
#define __HashMapBucket_MAX_LEN 16
static const Array __HashMap_heights = Array_CONST(u32, {
static const Array __HashMap_heights = ARRAY(u32, {
17, 31, 61, 127, 257, 521, 1021, 2053, 4099, 8191, 16381, 32771,
65521, 131071, 262147, 524287, 1048583, 2097169, 4194319,
8388617, 16777213, 33554467, 67108859, 134217757, 268435493