diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-14 21:58:49 -0400 |
| commit | 4c5dc9443e818d020fcb95144a944c98e7d46055 (patch) | |
| tree | 880757d71e6fd084e1cb0d6c92d7a4936bcbd90c /builtins/pointer.c | |
| parent | c8e2f0faad925d7d5bcc6ebcb7b0c306c9e663e5 (diff) | |
Rename SSS_HASH_VECTOR -> TOMO
Diffstat (limited to 'builtins/pointer.c')
| -rw-r--r-- | builtins/pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/pointer.c b/builtins/pointer.c index 271bb6cc..7fe8c160 100644 --- a/builtins/pointer.c +++ b/builtins/pointer.c @@ -65,7 +65,7 @@ public bool Pointer$equal(const void *x, const void *y, const TypeInfo *type) { public uint32_t Pointer$hash(const void *x, const TypeInfo *type) { (void)type; uint32_t hash; - halfsiphash(x, sizeof(void*), SSS_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash)); + halfsiphash(x, sizeof(void*), TOMO_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash)); return hash; } |
