ObjFW  Diff

Differences From Artifact [bd4088ddb7]:

To Artifact [7d3f783222]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#import "ObjFW-RT.h"
#import "private.h"

struct objc_hashtable_bucket objc_deleted_bucket;

uint32_t
objc_hash_string(const void *str_)
{







|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#import "ObjFW_RT.h"
#import "private.h"

struct objc_hashtable_bucket objc_deleted_bucket;

uint32_t
objc_hash_string(const void *str_)
{