ObjFW  Diff

Differences From Artifact [8166d9c683]:

To Artifact [69b267cc69]:


18
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 "runtime.h"
#import "runtime-private.h"

struct objc_hashtable_bucket objc_deleted_bucket;

uint32_t
objc_hash_string(const void *str_)
{
	const char *str = str_;







|
|







18
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_)
{
	const char *str = str_;