@@ -32,11 +32,11 @@ static struct objc_hashtable *hashtable; #ifdef OF_HAVE_THREADS static of_spinlock_t spinlock; #endif -static uint32_t +static unsigned long hash(const void *object) { return (uint32_t)(uintptr_t)object; }